次の方法で共有


CertificateOperations.CancelDeleteCertificate メソッド

定義

指定した証明書の削除に失敗したことを取り消します。 これは、証明書が状態にあり、証明書を DeleteFailed 状態に Active 復元する場合にのみ実行できます。

public void CancelDeleteCertificate (string thumbprintAlgorithm, string thumbprint, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.CancelDeleteCertificate : string * string * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub CancelDeleteCertificate (thumbprintAlgorithm As String, thumbprint As String, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

パラメーター

thumbprintAlgorithm
String

パラメーターの派生に使用される thumbprint アルゴリズム。 これは sha1 である必要があります。

thumbprint
String

削除に失敗した証明書の拇印。

additionalBehaviors
IEnumerable<BatchClientBehavior>

の後の BatchClientBehavior Batch サービス要求に適用されるインスタンスの CustomBehaviorsコレクション。

注釈

それでも証明書を削除する場合 (Active に戻す代わりに)、失敗した削除を取り消す必要はありません。 証明書がリソースによって使用されていないことを確認してから、証明書の削除を再試行する必要があります (「 」を参照してください DeleteCertificateAsync(String, String, IEnumerable<BatchClientBehavior>, CancellationToken))。

これはブロック操作です。 非ブロッキングに相当するものについては、「」を参照してください CancelDeleteCertificateAsync(String, String, IEnumerable<BatchClientBehavior>, CancellationToken)

適用対象