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
|
|
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python