ValidateContainerSettingsRequest Class

Container settings validation request context.

Inheritance
azure.mgmt.web._serialization.Model
ValidateContainerSettingsRequest

Constructor

ValidateContainerSettingsRequest(*, base_url: str | None = None, username: str | None = None, password: str | None = None, repository: str | None = None, tag: str | None = None, platform: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
base_url
str

Base URL of the container registry.

username
str

Username for to access the container registry.

password
str

Password for to access the container registry.

repository
str

Repository name (image name).

tag
str

Image tag.

platform
str

Platform (windows or linux).

Variables

Name Description
base_url
str

Base URL of the container registry.

username
str

Username for to access the container registry.

password
str

Password for to access the container registry.

repository
str

Repository name (image name).

tag
str

Image tag.

platform
str

Platform (windows or linux).