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
fun AutoStoragePropertiesResponse(authenticationMode: String? = null, lastKeySync: String, nodeIdentityReference: ComputeNodeIdentityReferenceResponse? = null, storageAccountId: String)