PoolStartTaskContainerRegistry

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

Constructors

Link copied to clipboard
fun PoolStartTaskContainerRegistry(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 use for authentication against the CIFS file system.

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 to use for authentication against the CIFS file system.