PoolContainerConfigurationContainerRegistry

data class PoolContainerConfigurationContainerRegistry(val password: String? = null, val registryServer: String, val userAssignedIdentityId: String? = null, val userName: String? = null)

Constructors

constructor(password: String? = null, registryServer: String, userAssignedIdentityId: String? = null, userName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

The password to log into the registry server. Changing this forces a new resource to be created.

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.

Link copied to clipboard
val userName: String? = null

The user name to log into the registry server. Changing this forces a new resource to be created.