PoolStartTaskContainerRegistry

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

Constructors

Link copied to clipboard
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
Link copied to clipboard

The container registry URL. Changing this forces a new resource to be created.

Link copied to clipboard

The User Assigned Identity to use for Container Registry access.

Link copied to clipboard
val userName: String? = null