StorageAccountDetailsResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Details of system created storage account to be used for the registry

Link copied to clipboard

Details of user created storage account to be used for the registry