AutoStoragePropertiesResponse

data class AutoStoragePropertiesResponse(val lastKeySync: String, val storageAccountId: String)

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

Constructors

Link copied to clipboard
constructor(lastKeySync: String, storageAccountId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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