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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python