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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python