ContainerRegistryPropertiesArgs

data class ContainerRegistryPropertiesArgs(val resourceId: Output<String>? = null) : ConvertibleToJava<ContainerRegistryPropertiesArgs>

Properties of Azure Container Registry.

Constructors

Link copied to clipboard
constructor(resourceId: Output<String>? = null)

Properties

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

ARM resource ID of the Azure Container Registry used to store Docker images for web services in the cluster. If not provided one will be created. This cannot be changed once the cluster is created.

Functions

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