Auto Storage Properties Response
data class AutoStoragePropertiesResponse(val authenticationMode: String? = null, val lastKeySync: String, val nodeIdentityReference: ComputeNodeIdentityReferenceResponse? = null, val storageAccountId: String)
Contains information about the auto-storage account associated with a Batch account.
Constructors
Link copied to clipboard
constructor(authenticationMode: String? = null, lastKeySync: String, nodeIdentityReference: ComputeNodeIdentityReferenceResponse? = null, storageAccountId: String)
Properties
Link copied to clipboard
The authentication mode which the Batch service will use to manage the auto-storage account.
Link copied to clipboard
The UTC time at which storage keys were last synchronized with the Batch account.
Link copied to clipboard
The identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage.
Link copied to clipboard
The resource ID of the storage account to be used for auto-storage account.