共用方式為


BatchAccountUpdateParameters 類別

定義

更新Azure Batch帳戶的參數。

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

建構函式

BatchAccountUpdateParameters()

初始化 BatchAccountUpdateParameters 類別的新實例。

BatchAccountUpdateParameters(IDictionary<String,String>, AutoStorageBaseProperties, EncryptionProperties, IList<Nullable<AuthenticationMode>>, Nullable<PublicNetworkAccessType>, NetworkProfile, BatchAccountIdentity)

初始化 BatchAccountUpdateParameters 類別的新實例。

屬性

AllowedAuthenticationModes

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

AutoStorage

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

Encryption

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

Identity

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

NetworkProfile

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

PublicNetworkAccess

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

Tags

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

方法

Validate()

驗證 物件。

適用於