CertificateOperationsExtensions.CancelDeletion 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. 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 Microsoft.Azure.Management.Batch.Models.Certificate CancelDeletion (this Microsoft.Azure.Management.Batch.ICertificateOperations operations, string resourceGroupName, string accountName, string certificateName);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member CancelDeletion : Microsoft.Azure.Management.Batch.ICertificateOperations * string * string * string -> Microsoft.Azure.Management.Batch.Models.Certificate
<Extension()>
Public Function CancelDeletion (operations As ICertificateOperations, resourceGroupName As String, accountName As String, certificateName As String) As Certificate
매개 변수
- operations
- ICertificateOperations
이 확장 메서드에 대한 작업 그룹입니다.
- resourceGroupName
- String
Batch 계정을 포함하는 리소스 그룹의 이름입니다.
- accountName
- String
Batch 계정의 이름입니다.
- certificateName
- String
인증서의 식별자입니다. 이는 대시로 구분된 알고리즘 및 지문으로 구성되어야 하며 요청의 인증서 데이터와 일치해야 합니다. 예를 들어 SHA1-a3d1c5입니다.
반환
- 특성
설명
풀 또는 컴퓨팅 노드에서 사용 중인 인증서를 삭제하려고 하면 인증서의 상태 deleteFailed로 변경됩니다. 인증서를 계속 사용하려는 경우에는 이 작업을 사용하여 인증서의 상태를 다시 active로 설정할 수 있습니다. 인증서를 삭제하려는 경우 삭제가 실패한 후에 이 작업을 다시 실행하지 않아도 됩니다. 리소스에서 인증서를 사용하고 있지 않은지를 확인한 다음 인증서 삭제를 다시 시도할 수 있습니다.
경고: 이 작업은 더 이상 사용되지 않으며 2024년 2월 이후에 제거됩니다. 대신 [Azure KeyVault 확장](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) 을 사용하세요.
적용 대상
Azure SDK for .NET