PoolStartTaskContainerRegistryArgs

data class PoolStartTaskContainerRegistryArgs(val password: Output<String>? = null, val registryServer: Output<String>, val userAssignedIdentityId: Output<String>? = null, val userName: Output<String>? = null) : ConvertibleToJava<PoolStartTaskContainerRegistryArgs>

Constructors

Link copied to clipboard
constructor(password: Output<String>? = null, registryServer: Output<String>, userAssignedIdentityId: Output<String>? = null, userName: Output<String>? = null)

Properties

Link copied to clipboard
val password: Output<String>? = null
Link copied to clipboard
val registryServer: Output<String>

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

Link copied to clipboard
val userAssignedIdentityId: Output<String>? = null

The User Assigned Identity to use for Container Registry access.

Link copied to clipboard
val userName: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): PoolStartTaskContainerRegistryArgs