ContainerRegistry Class
A private container registry.
- Inheritance
-
azure.mgmt.batch._serialization.ModelContainerRegistry
Constructor
ContainerRegistry(*, user_name: str | None = None, password: str | None = None, registry_server: str | None = None, identity_reference: _models.ComputeNodeIdentityReference | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
user_name
|
The user name to log into the registry server. |
password
|
The password to log into the registry server. |
registry_server
|
If omitted, the default is "docker.io". |
identity_reference
|
The reference to a user assigned identity associated with the Batch pool which a compute node will use. |
Variables
Name | Description |
---|---|
user_name
|
The user name to log into the registry server. |
password
|
The password to log into the registry server. |
registry_server
|
If omitted, the default is "docker.io". |
identity_reference
|
The reference to a user assigned identity associated with the Batch pool which a compute node will use. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python