ContainerRegistryResponse

data class ContainerRegistryResponse(val identityReference: ComputeNodeIdentityReferenceResponse? = null, val password: String? = null, val registryServer: String? = null, val userName: String? = null)

Constructors

Link copied to clipboard
constructor(identityReference: ComputeNodeIdentityReferenceResponse? = null, password: String? = null, registryServer: String? = null, userName: String? = null)

Types

Link copied to clipboard
object Companion

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: String? = null
Link copied to clipboard
val registryServer: String? = null

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

Link copied to clipboard
val userName: String? = null