ContainerGroupAcrRegistryInfo

data class ContainerGroupAcrRegistryInfo(val domains: List<String>? = null, val instanceId: String? = null, val instanceName: String? = null, val regionId: String? = null)

Constructors

Link copied to clipboard
constructor(domains: List<String>? = null, instanceId: String? = null, instanceName: String? = null, regionId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domains: List<String>? = null

The domain name of the ACR Enterprise Edition instance. Defaults to all domain names of the corresponding instance. Support specifying individual domain names, multiple separated by half comma.

Link copied to clipboard
val instanceId: String? = null

The ACR enterprise edition example ID.

Link copied to clipboard
val instanceName: String? = null

The name of the ACR enterprise edition instance.

Link copied to clipboard
val regionId: String? = null

The ACR enterprise edition instance belongs to the region.