ContainerRegistryCredential Class
Key for ACR associated with given workspace.
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
|
|
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python