ImportSourceCredentials Class
ImportSourceCredentials.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelImportSourceCredentials
Constructor
ImportSourceCredentials(*, password: str, username: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
username
|
The username to authenticate with the source registry. |
password
|
The password used to authenticate with the source registry. Required. |
Variables
Name | Description |
---|---|
username
|
The username to authenticate with the source registry. |
password
|
The password used to authenticate with the source registry. Required. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python