共用方式為


CertificateOperationsExtensions.Create 方法

定義

警告

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 Create (this Microsoft.Azure.Management.Batch.ICertificateOperations operations, string resourceGroupName, string accountName, string certificateName, Microsoft.Azure.Management.Batch.Models.CertificateCreateOrUpdateParameters parameters, string ifMatch = default, string ifNoneMatch = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member Create : Microsoft.Azure.Management.Batch.ICertificateOperations * string * string * string * Microsoft.Azure.Management.Batch.Models.CertificateCreateOrUpdateParameters * string * string -> Microsoft.Azure.Management.Batch.Models.Certificate
<Extension()>
Public Function Create (operations As ICertificateOperations, resourceGroupName As String, accountName As String, certificateName As String, parameters As CertificateCreateOrUpdateParameters, Optional ifMatch As String = Nothing, Optional ifNoneMatch As String = Nothing) As Certificate

參數

operations
ICertificateOperations

這個擴充方法的作業群組。

resourceGroupName
String

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

accountName
String

Batch 帳戶的名稱。

certificateName
String

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

parameters
CertificateCreateOrUpdateParameters

建立憑證的其他參數。

ifMatch
String

要更新之憑證的實體狀態 (ETag) 版本。 只有在憑證已經存在時,才能使用 「*」 的值來套用作業。 如果省略,一律會套用此作業。

ifNoneMatch
String

設定為 '*' 以允許建立新的憑證,但防止更新現有的憑證。 將會忽略其他值。

傳回

屬性

備註

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

適用於