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
fun PoolStartTaskContainerRegistryArgs(password: Output<String>? = null, registryServer: Output<String>, userAssignedIdentityId: Output<String>? = null, userName: Output<String>? = null)

Functions

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

Properties

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

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

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 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: Output<String>? = null

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