ContainerRegistry Class

Defines a connection to an Azure Container Registry.

Class ContainerRegistry constructor.

Inheritance
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElement
ContainerRegistry

Constructor

ContainerRegistry()

Variables

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.