CertificateOperationsExtensions.Delete メソッド

定義

注意事項

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.Batch.Protocol.Models.CertificateDeleteHeaders Delete (this Microsoft.Azure.Batch.Protocol.ICertificateOperations operations, string thumbprintAlgorithm, string thumbprint, Microsoft.Azure.Batch.Protocol.Models.CertificateDeleteOptions certificateDeleteOptions = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member Delete : Microsoft.Azure.Batch.Protocol.ICertificateOperations * string * string * Microsoft.Azure.Batch.Protocol.Models.CertificateDeleteOptions -> Microsoft.Azure.Batch.Protocol.Models.CertificateDeleteHeaders
<Extension()>
Public Function Delete (operations As ICertificateOperations, thumbprintAlgorithm As String, thumbprint As String, Optional certificateDeleteOptions As CertificateDeleteOptions = Nothing) As CertificateDeleteHeaders

パラメーター

operations
ICertificateOperations

この拡張メソッドの操作グループ。

thumbprintAlgorithm
String

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

thumbprint
String

削除する証明書の拇印。

certificateDeleteOptions
CertificateDeleteOptions

操作の追加パラメーター

戻り値

属性

注釈

リソース (プールまたはコンピューティング ノード) で証明書が使用されている場合は、証明書を削除できません。 証明書を削除する前に、証明書が既存のプールに関連付けられていないか、証明書がノードにインストールされていないことを確認する必要があります (プールから証明書を削除した場合でも、再起動するまでそのプール内の既存のコンピューティング ノードから削除されません)、実行中のタスクは証明書に依存しません。 使用中の証明書を削除しようとすると、削除は失敗します。 証明書の状態が deleteFailed に変わります。 証明書の使用を続行する場合は、[証明書の削除の取り消し] を使用して状態をアクティブに戻すことができます。

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに [Azure KeyVault 拡張機能] をhttps://video2.skills-academy.com/azure/batch/batch-certificate-migration-guide) 使用してください。

適用対象