共用方式為


ICertificateOperations.CancelDeletionWithHttpMessagesAsync 方法

定義

警告

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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Batch.Models.Certificate,Microsoft.Azure.Management.Batch.Models.CertificateCancelDeletionHeaders>> CancelDeletionWithHttpMessagesAsync (string resourceGroupName, string accountName, string certificateName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
abstract member CancelDeletionWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Batch.Models.Certificate, Microsoft.Azure.Management.Batch.Models.CertificateCancelDeletionHeaders>>
Public Function CancelDeletionWithHttpMessagesAsync (resourceGroupName As String, accountName As String, certificateName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Certificate, CertificateCancelDeletionHeaders))

參數

resourceGroupName
String

包含 Batch 帳戶的資源群組名稱。

accountName
String

Batch 帳戶的名稱。

certificateName
String

憑證的識別碼。 這必須由以虛線分隔的演算法和指紋組成,而且必須符合要求中的憑證資料。 例如 SHA1-a3d1c5。

customHeaders
Dictionary<String,List<String>>

將新增至要求的標頭。

cancellationToken
CancellationToken

取消語彙基元。

傳回

屬性

例外狀況

當作業傳回不正確狀態碼時擲回

無法還原序列化回應時擲回

當必要參數為 Null 時擲回

備註

如果您嘗試刪除集區或計算節點所使用的憑證,憑證的狀態會變更為 deleteFailed。 如果您決定繼續使用憑證,您可以使用此操作將憑證的狀態設回 active。 如果您想要刪除憑證,則在刪除失敗之後不需要執行此操作。 您必須確定憑證未由任何資源使用,然後就可以嘗試再一次刪除憑證。

警告:此作業已被取代,將在 2024 年 2 月之後移除。 請改用 [Azure KeyVault 擴充功能] (https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) 。

適用於