共用方式為


BatchAccountCreateParameters 類別

定義

提供給建立作業的參數。

[Microsoft.Rest.Serialization.JsonTransformation]
public class BatchAccountCreateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BatchAccountCreateParameters = class
Public Class BatchAccountCreateParameters
繼承
BatchAccountCreateParameters
屬性

建構函式

BatchAccountCreateParameters()

初始化 BatchAccountCreateParameters 類別的新實例。

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

初始化 BatchAccountCreateParameters 類別的新實例。

屬性

AllowedAuthenticationModes

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

AutoStorage

取得或設定與自動儲存體帳戶相關的屬性。

Encryption

取得或設定 Batch 帳戶的加密組態。

Identity

取得或設定 Batch 帳戶的身分識別。

KeyVaultReference

取得或設定與 Batch 帳戶相關聯的 Azure 金鑰保存庫參考。

Location

取得或設定要在其中建立帳戶的區域。

NetworkProfile

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

PoolAllocationMode

取得或設定用於在 Batch 帳戶中建立集區的配置模式。

PublicNetworkAccess

取得或設定存取Azure Batch帳戶的網路存取類型。

Tags

取得或設定與帳戶相關聯的使用者指定標記。

方法

Validate()

驗證 物件。

適用於