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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python