RegistryRegionArmDetailsResponse

data class RegistryRegionArmDetailsResponse(val acrDetails: List<AcrDetailsResponse>? = null, val location: String? = null, val storageAccountDetails: List<StorageAccountDetailsResponse>? = null)

Details for each region the registry is in

Constructors

Link copied to clipboard
constructor(acrDetails: List<AcrDetailsResponse>? = null, location: String? = null, storageAccountDetails: List<StorageAccountDetailsResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of ACR accounts

Link copied to clipboard
val location: String? = null

The location where the registry exists

Link copied to clipboard

List of storage accounts