Pool Container Configuration Container Registry Args
data class PoolContainerConfigurationContainerRegistryArgs(val password: Output<String>? = null, val registryServer: Output<String>, val userAssignedIdentityId: Output<String>? = null, val userName: Output<String>? = null) : ConvertibleToJava<PoolContainerConfigurationContainerRegistryArgs>
Properties
Link copied to clipboard
The container registry URL. Changing this forces a new resource to be created.
Link copied to clipboard
The reference to the user assigned identity to use to access an Azure Container Registry instead of username and password. Changing this forces a new resource to be created.