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
|
|
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python