RegistryInfo Class
Container App registry information.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelRegistryInfo
Constructor
RegistryInfo(*, registry_url: str | None = None, registry_user_name: str | None = None, registry_password: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
registry_url
|
registry server Url. |
registry_user_name
|
registry username. |
registry_password
|
registry secret. |
Variables
Name | Description |
---|---|
registry_url
|
registry server Url. |
registry_user_name
|
registry username. |
registry_password
|
registry secret. |
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