CertificateOperationsExtensions.DeleteAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This operation is deprecated. Please do not use it any longer.
지정된 인증서를 삭제합니다.
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.CertificateDeleteHeaders> DeleteAsync (this Microsoft.Azure.Management.Batch.ICertificateOperations operations, string resourceGroupName, string accountName, string certificateName, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member DeleteAsync : Microsoft.Azure.Management.Batch.ICertificateOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.CertificateDeleteHeaders>
<Extension()>
Public Function DeleteAsync (operations As ICertificateOperations, resourceGroupName As String, accountName As String, certificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CertificateDeleteHeaders)
매개 변수
- operations
- ICertificateOperations
이 확장 메서드에 대한 작업 그룹입니다.
- resourceGroupName
- String
Batch 계정을 포함하는 리소스 그룹의 이름입니다.
- accountName
- String
Batch 계정의 이름입니다.
- certificateName
- String
인증서의 식별자입니다. 이는 대시로 구분된 알고리즘 및 지문으로 구성되어야 하며 요청의 인증서 데이터와 일치해야 합니다. 예를 들어 SHA1-a3d1c5입니다.
- cancellationToken
- CancellationToken
취소 토큰입니다.
반환
- 특성
설명
경고: 이 작업은 더 이상 사용되지 않으며 2024년 2월 이후에 제거됩니다. 대신 [Azure KeyVault 확장](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) 을 사용하세요.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET