RegistryCredentials Class

Container App Private Registry.

Inheritance
azure.mgmt.web._serialization.Model
RegistryCredentials

Constructor

RegistryCredentials(*, server: str | None = None, username: str | None = None, password_secret_ref: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
server
str

Container Registry Server.

username
str

Container Registry Username.

password_secret_ref
str

The name of the Secret that contains the registry login password.

Variables

Name Description
server
str

Container Registry Server.

username
str

Container Registry Username.

password_secret_ref
str

The name of the Secret that contains the registry login password.