ContainerGroupAcrRegistryInfoArgs

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
val domains: Output<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: Output<String>? = null

The ACR enterprise edition example ID.

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

The name of the ACR enterprise edition instance.

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

The ACR enterprise edition instance belongs to the region.