你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutoStorageBaseProperties interface

The properties related to the auto-storage account.

Properties

authenticationMode

The authentication mode which the Batch service will use to manage the auto-storage account.

nodeIdentityReference

The identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage.

storageAccountId

The resource ID of the storage account to be used for auto-storage account.

Property Details

authenticationMode

The authentication mode which the Batch service will use to manage the auto-storage account.

authenticationMode?: AutoStorageAuthenticationMode

Property Value

nodeIdentityReference

The identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage.

nodeIdentityReference?: ComputeNodeIdentityReference

Property Value

storageAccountId

The resource ID of the storage account to be used for auto-storage account.

storageAccountId: string

Property Value

string