RegistryInfo Class

Container App registry information.

Inheritance
azure.mgmt.appcontainers._serialization.Model
RegistryInfo

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
str

registry server Url.

registry_user_name
str

registry username.

registry_password
str

registry secret.

Variables

Name Description
registry_url
str

registry server Url.

registry_user_name
str

registry username.

registry_password
str

registry secret.