BatchAccountUpdateParameters interface
更新Azure Batch帳戶的參數。
屬性
allowed |
Batch 帳戶允許的驗證模式清單,可用來向資料平面進行驗證。 這不會影響控制平面的驗證。 |
auto |
與自動儲存體帳戶相關的屬性。 |
encryption | 設定客戶資料如何在 Batch 帳戶內加密。 根據預設,帳戶會使用 Microsoft 受控金鑰進行加密。 如需其他控制,可以改用客戶管理的金鑰。 |
identity | Batch 帳戶的身分識別。 |
network |
只有在啟用 publicNetworkAccess 時,網路設定檔才會生效。 |
public |
如果未指定,預設值為 'enabled'。 |
tags | 與帳戶相關聯的使用者指定標記。 |
屬性詳細資料
allowedAuthenticationModes
Batch 帳戶允許的驗證模式清單,可用來向資料平面進行驗證。 這不會影響控制平面的驗證。
allowedAuthenticationModes?: AuthenticationMode[]
屬性值
autoStorage
encryption
設定客戶資料如何在 Batch 帳戶內加密。 根據預設,帳戶會使用 Microsoft 受控金鑰進行加密。 如需其他控制,可以改用客戶管理的金鑰。
encryption?: EncryptionProperties
屬性值
identity
networkProfile
publicNetworkAccess
tags
與帳戶相關聯的使用者指定標記。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}