BatchAccountCreateParameters interface
提供給建立作業的參數。
屬性
allowed |
Batch 帳戶允許的驗證模式清單,可用來向資料平面進行驗證。 這不會影響控制平面的驗證。 |
auto |
與自動儲存體帳戶相關的屬性。 |
encryption | 設定客戶資料如何在 Batch 帳戶內加密。 根據預設,帳戶會使用 Microsoft 受控金鑰進行加密。 如需其他控制,可以改用客戶管理的金鑰。 |
identity | Batch 帳戶的身分識別。 |
key |
與 Batch 帳戶相關聯的 Azure 金鑰保存庫參考。 |
location | 要在其中建立帳戶的區域。 |
network |
只有在啟用 publicNetworkAccess 時,網路設定檔才會生效。 |
pool |
集區配置模式也會影響用戶端如何向 Batch 服務 API 進行驗證。 如果模式是 BatchService,用戶端可以使用存取金鑰或Microsoft Entra識別碼進行驗證。 如果模式是 UserSubscription,用戶端必須使用Microsoft Entra識別碼。 預設值為 BatchService。 |
public |
如果未指定,預設值為 'enabled'。 |
tags | 與帳戶相關聯的使用者指定標記。 |
屬性詳細資料
allowedAuthenticationModes
Batch 帳戶允許的驗證模式清單,可用來向資料平面進行驗證。 這不會影響控制平面的驗證。
allowedAuthenticationModes?: AuthenticationMode[]
屬性值
autoStorage
encryption
設定客戶資料如何在 Batch 帳戶內加密。 根據預設,帳戶會使用 Microsoft 受控金鑰進行加密。 如需其他控制,可以改用客戶管理的金鑰。
encryption?: EncryptionProperties
屬性值
identity
keyVaultReference
location
要在其中建立帳戶的區域。
location: string
屬性值
string
networkProfile
poolAllocationMode
集區配置模式也會影響用戶端如何向 Batch 服務 API 進行驗證。 如果模式是 BatchService,用戶端可以使用存取金鑰或Microsoft Entra識別碼進行驗證。 如果模式是 UserSubscription,用戶端必須使用Microsoft Entra識別碼。 預設值為 BatchService。
poolAllocationMode?: PoolAllocationMode
屬性值
publicNetworkAccess
tags
與帳戶相關聯的使用者指定標記。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}