ContainerRegistry class
Definition
Defines a connection to an Azure Container Registry.
ContainerRegistry()
- Inheritance
-
builtins.objectazureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElementContainerRegistry
Parameters
- address
- str
The DNS name or IP address of the Azure Container Registry (ACR).
- username
- str
The username for ACR.
- password
- str
The password for ACR.
Feedback
Loading feedback...