AutoStorageProperties interface

Contains information about the auto-storage account associated with a Batch account.

Extends

Properties

lastKeySync

The UTC time at which storage keys were last synchronized with the Batch account.

Inherited 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

lastKeySync

The UTC time at which storage keys were last synchronized with the Batch account.

lastKeySync: Date

Property Value

Date

Inherited Property Details

authenticationMode

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

authenticationMode?: AutoStorageAuthenticationMode

Property Value

Inherited From AutoStorageBaseProperties.authenticationMode

nodeIdentityReference

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

nodeIdentityReference?: ComputeNodeIdentityReference

Property Value

Inherited From AutoStorageBaseProperties.nodeIdentityReference

storageAccountId

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

storageAccountId: string

Property Value

string

Inherited From AutoStorageBaseProperties.storageAccountId