GetPoolContainerConfigurationContainerRegistry

data class GetPoolContainerConfigurationContainerRegistry(val password: String, val registryServer: String, val userAssignedIdentityId: String, val userName: String)

Constructors

constructor(password: String, registryServer: String, userAssignedIdentityId: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password for the user account.

Link copied to clipboard

The container registry URL. The default is "docker.io".

Link copied to clipboard

The reference to the user assigned identity to use to access an Azure Container Registry instead of username and password.

Link copied to clipboard

The user to use for authentication against the CIFS file system.