RegistryRegionArmDetailsArgs

data class RegistryRegionArmDetailsArgs(val acrDetails: Output<List<AcrDetailsArgs>>? = null, val location: Output<String>? = null, val storageAccountDetails: Output<List<StorageAccountDetailsArgs>>? = null) : ConvertibleToJava<RegistryRegionArmDetailsArgs>

Details for each region the registry is in

Constructors

Link copied to clipboard
constructor(acrDetails: Output<List<AcrDetailsArgs>>? = null, location: Output<String>? = null, storageAccountDetails: Output<List<StorageAccountDetailsArgs>>? = null)

Properties

Link copied to clipboard
val acrDetails: Output<List<AcrDetailsArgs>>? = null

List of ACR accounts

Link copied to clipboard
val location: Output<String>? = null

The location where the registry exists

Link copied to clipboard

List of storage accounts

Functions

Link copied to clipboard
open override fun toJava(): RegistryRegionArmDetailsArgs