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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python