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
|
Location of the ACR Default value: None
|
|
username
|
Username of the ACR Default value: None
|
|
passwords
|
Passwords to access the ACR Default value: None
|