ContainerRegistryCredential Class

Key for ACR associated with given workspace.

Constructor

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

Keyword-Only Parameters

Name Description
location
str

Location of the ACR

Default value: None
username
str

Username of the ACR

Default value: None
passwords

Passwords to access the ACR

Default value: None