Storage Account Details Response
data class StorageAccountDetailsResponse(val systemCreatedStorageAccount: SystemCreatedStorageAccountResponse? = null, val userCreatedStorageAccount: UserCreatedStorageAccountResponse? = null)
Details of storage account to be used for the Registry
Constructors
Link copied to clipboard
fun StorageAccountDetailsResponse(systemCreatedStorageAccount: SystemCreatedStorageAccountResponse? = null, userCreatedStorageAccount: UserCreatedStorageAccountResponse? = null)