ICertificateOperations.CreateWithHttpMessagesAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Batch.Models.Certificate,Microsoft.Azure.Management.Batch.Models.CertificateCreateHeaders>> CreateWithHttpMessagesAsync (string resourceGroupName, string accountName, string certificateName, Microsoft.Azure.Management.Batch.Models.CertificateCreateOrUpdateParameters parameters, string ifMatch = default, string ifNoneMatch = default, 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 CreateWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Batch.Models.CertificateCreateOrUpdateParameters * 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.CertificateCreateHeaders>>
Public Function CreateWithHttpMessagesAsync (resourceGroupName As String, accountName As String, certificateName As String, parameters As CertificateCreateOrUpdateParameters, Optional ifMatch As String = Nothing, Optional ifNoneMatch As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Certificate, CertificateCreateHeaders))
參數
- resourceGroupName
- String
包含 Batch 帳戶的資源組名。
- accountName
- String
Batch 帳戶的名稱。
- certificateName
- String
憑證的識別碼。 這必須由以虛線分隔的演算法和指紋所組成,而且必須符合要求中的憑證資料。 例如 SHA1-a3d1c5。
- parameters
- CertificateCreateOrUpdateParameters
憑證建立的其他參數。
- ifMatch
- String
要更新之憑證的實體狀態 (ETag) 版本。 只有在憑證已經存在時,才能使用 「*」 的值來套用作業。 如果省略,一律會套用此作業。
- ifNoneMatch
- String
設定為 '*' 以允許建立新的憑證,但為了避免更新現有的憑證。 將會忽略其他值。
- customHeaders
- Dictionary<String,List<String>>
要新增至要求的標頭。
- cancellationToken
- CancellationToken
取消語彙基元。
傳回
- 屬性
例外狀況
當作業傳回不正確狀態碼時擲回
無法還原序列化回應時擲回
當必要參數為 null 時擲回
備註
警告:此作業已被取代,將在 2024 年 2 月之後移除。 請改用 [Azure KeyVault Extension] (https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) 。