ContainerRegistry Class
Defines a connection to an Azure Container Registry.
Class ContainerRegistry constructor.
- Inheritance
-
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElementContainerRegistry
Constructor
ContainerRegistry()
Variables
Name | Description |
---|---|
address
|
The DNS name or IP address of the Azure Container Registry (ACR). |
username
|
The username for ACR. |
password
|
The password for ACR. |