RegistryCredentials Class
Container App Private Registry.
- Inheritance
-
azure.mgmt.web._serialization.ModelRegistryCredentials
Constructor
RegistryCredentials(*, server: str | None = None, username: str | None = None, password_secret_ref: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
server
|
Container Registry Server. |
username
|
Container Registry Username. |
password_secret_ref
|
The name of the Secret that contains the registry login password. |
Variables
Name | Description |
---|---|
server
|
Container Registry Server. |
username
|
Container Registry Username. |
password_secret_ref
|
The name of the Secret that contains the registry login password. |
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