共用方式為


BatchAccountCreateParameters 建構函式

定義

多載

BatchAccountCreateParameters()

初始化 BatchAccountCreateParameters 類別的新實例。

BatchAccountCreateParameters(String, IDictionary<String,String>, AutoStorageBaseProperties, Nullable<PoolAllocationMode>, KeyVaultReference, Nullable<PublicNetworkAccessType>, NetworkProfile, EncryptionProperties, IList<Nullable<AuthenticationMode>>, BatchAccountIdentity)

初始化 BatchAccountCreateParameters 類別的新實例。

BatchAccountCreateParameters()

初始化 BatchAccountCreateParameters 類別的新實例。

public BatchAccountCreateParameters ();
Public Sub New ()

適用於

BatchAccountCreateParameters(String, IDictionary<String,String>, AutoStorageBaseProperties, Nullable<PoolAllocationMode>, KeyVaultReference, Nullable<PublicNetworkAccessType>, NetworkProfile, EncryptionProperties, IList<Nullable<AuthenticationMode>>, BatchAccountIdentity)

初始化 BatchAccountCreateParameters 類別的新實例。

public BatchAccountCreateParameters (string location, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties autoStorage = default, Microsoft.Azure.Management.Batch.Models.PoolAllocationMode? poolAllocationMode = default, Microsoft.Azure.Management.Batch.Models.KeyVaultReference keyVaultReference = default, Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType? publicNetworkAccess = default, Microsoft.Azure.Management.Batch.Models.NetworkProfile networkProfile = default, Microsoft.Azure.Management.Batch.Models.EncryptionProperties encryption = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.AuthenticationMode?> allowedAuthenticationModes = default, Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity identity = default);
new Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters : string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties * Nullable<Microsoft.Azure.Management.Batch.Models.PoolAllocationMode> * Microsoft.Azure.Management.Batch.Models.KeyVaultReference * Nullable<Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType> * Microsoft.Azure.Management.Batch.Models.NetworkProfile * Microsoft.Azure.Management.Batch.Models.EncryptionProperties * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.Batch.Models.AuthenticationMode>> * Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity -> Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters
Public Sub New (location As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional autoStorage As AutoStorageBaseProperties = Nothing, Optional poolAllocationMode As Nullable(Of PoolAllocationMode) = Nothing, Optional keyVaultReference As KeyVaultReference = Nothing, Optional publicNetworkAccess As Nullable(Of PublicNetworkAccessType) = Nothing, Optional networkProfile As NetworkProfile = Nothing, Optional encryption As EncryptionProperties = Nothing, Optional allowedAuthenticationModes As IList(Of Nullable(Of AuthenticationMode)) = Nothing, Optional identity As BatchAccountIdentity = Nothing)

參數

location
String

要在其中建立帳戶的區域。

tags
IDictionary<String,String>

與帳戶相關聯的使用者指定標記。

autoStorage
AutoStorageBaseProperties

與自動儲存體帳戶相關的屬性。

poolAllocationMode
Nullable<PoolAllocationMode>

在 Batch 帳戶中建立集區所使用的配置模式。

keyVaultReference
KeyVaultReference

與 Batch 帳戶相關聯的 Azure 金鑰保存庫參考。

publicNetworkAccess
Nullable<PublicNetworkAccessType>

用於存取Azure Batch帳戶的網路存取類型。

networkProfile
NetworkProfile

Batch 帳戶的網路設定檔,其中包含每個端點的網路規則設定。

encryption
EncryptionProperties

Batch 帳戶的加密組態。

allowedAuthenticationModes
IList<Nullable<AuthenticationMode>>

Batch 帳戶允許的驗證模式清單,可用來向資料平面進行驗證。 這不會影響控制平面的驗證。

identity
BatchAccountIdentity

Batch 帳戶的身分識別。

適用於