Share via


ContainerRegistry Class

A private container registry.

Constructor

ContainerRegistry(*args: Any, **kwargs: Any)

Variables

Name Description
user_name
str

The user name to log into the registry server.

password
str

The password to log into the registry server.

registry_server
str

The registry URL.

identity_reference

The reference to the user assigned identity to use to access an Azure Container Registry instead of username and password.

Attributes

identity_reference

The reference to the user assigned identity to use to access an Azure Container Registry instead of username and password.

identity_reference: _models.ComputeNodeIdentityReference | None

password

The password to log into the registry server.

password: str | None

registry_server

The registry URL.

registry_server: str | None

user_name

The user name to log into the registry server.

user_name: str | None