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}