RegistryListCredentialsResult Class
The response from the ListCredentials operation.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelRegistryListCredentialsResult
Constructor
RegistryListCredentialsResult(*, username: str | None = None, passwords: List[_models.RegistryPassword] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
username
|
The username for a container registry. |
passwords
|
The list of passwords for a container registry. |
Variables
Name | Description |
---|---|
username
|
The username for a container registry. |
passwords
|
The list of passwords for a container registry. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python