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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python