ContainerRegistry Class

A private container registry.

Inheritance
ContainerRegistry

Constructor

ContainerRegistry(*, user_name: Optional[str] = None, password: Optional[str] = None, registry_server: Optional[str] = None, identity_reference: Optional[azure.mgmt.batch.models._models_py3.ComputeNodeIdentityReference] = None, **kwargs)

Variables

user_name
str

The user name to log into the registry server.

password
str

The password to log into the registry server.

registry_server
str

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

identity_reference
ComputeNodeIdentityReference

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