BatchAccountUpdateParameters interface

更新 Azure Batch 帳戶的參數。

屬性

allowedAuthenticationModes

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

autoStorage

與自動記憶體帳戶相關的屬性。

encryption

設定客戶數據在 Batch 帳戶內加密的方式。 根據預設,帳戶會使用Microsoft受控密鑰來加密。 如需其他控制,可以改用客戶管理的密鑰。

identity

Batch 帳戶的身分識別。

networkProfile

只有在啟用 publicNetworkAccess 時,網路配置檔才會生效。

publicNetworkAccess

在 Batch 帳戶中的資源上操作的網路存取類型。

tags

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

屬性詳細資料

allowedAuthenticationModes

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

allowedAuthenticationModes?: AuthenticationMode[]

屬性值

autoStorage

與自動記憶體帳戶相關的屬性。

autoStorage?: AutoStorageBaseProperties

屬性值

encryption

設定客戶數據在 Batch 帳戶內加密的方式。 根據預設,帳戶會使用Microsoft受控密鑰來加密。 如需其他控制,可以改用客戶管理的密鑰。

encryption?: EncryptionProperties

屬性值

identity

Batch 帳戶的身分識別。

identity?: BatchAccountIdentity

屬性值

networkProfile

只有在啟用 publicNetworkAccess 時,網路配置檔才會生效。

networkProfile?: NetworkProfile

屬性值

publicNetworkAccess

在 Batch 帳戶中的資源上操作的網路存取類型。

publicNetworkAccess?: PublicNetworkAccessType

屬性值

tags

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

tags?: Record<string, string>

屬性值

Record<string, string>