AutoStorageBaseProperties interface
The properties related to the auto-storage account.
Properties
authentication |
The authentication mode which the Batch service will use to manage the auto-storage account. |
node |
The identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage. |
storage |
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