ContainerRegistryCredential Class

Key for ACR associated with given workspace.

Inheritance
builtins.object
ContainerRegistryCredential

Constructor

ContainerRegistryCredential(*, location: str | None = None, username: str | None = None, passwords: List[str] | None = None)

Parameters

Name Description
location
Required
str

Location of the ACR

username
Required
str

Username of the ACR

passwords
Required

Passwords to access the ACR

Keyword-Only Parameters

Name Description
location
Required
username
Required
passwords
Required