ContainerRegistryArgs

data class ContainerRegistryArgs(val identityReference: Output<ComputeNodeIdentityReferenceArgs>? = null, val password: Output<String>? = null, val registryServer: Output<String>? = null, val userName: Output<String>? = null) : ConvertibleToJava<ContainerRegistryArgs>

Constructors

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

Properties

Link copied to clipboard

The reference to a user assigned identity associated with the Batch pool which a compute node will use.

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

If omitted, the default is "docker.io".

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

Functions

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