ContainerRegistryCredential Class
Key for ACR associated with given workspace.
- Inheritance
-
builtins.objectContainerRegistryCredential
Constructor
ContainerRegistryCredential(*, location: str | None = None, username: str | None = None, passwords: List[str] | None = None)
Parameters
Name | Description |
---|---|
location
Required
|
Location of the ACR |
username
Required
|
Username of the ACR |
passwords
Required
|
Passwords to access the ACR |
Keyword-Only Parameters
Name | Description |
---|---|
location
Required
|
|
username
Required
|
|
passwords
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python