Compartir a través de


RegistryInfo Clase

Información de Container App Registry.

Herencia
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)

Parámetros de solo palabra clave

Nombre Description
registry_url
str

Dirección URL del servidor del registro.

registry_user_name
str

nombre de usuario del registro.

registry_password
str

secreto del registro.

Variables

Nombre Description
registry_url
str

Dirección URL del servidor del registro.

registry_user_name
str

nombre de usuario del registro.

registry_password
str

secreto del registro.