你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ValidateContainerSettingsRequest Class

Container settings validation request context.

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.

Default value: None
username
str

Username for to access the container registry.

Default value: None
password
str

Password for to access the container registry.

Default value: None
repository
str

Repository name (image name).

Default value: None
tag
str

Image tag.

Default value: None
platform
str

Platform (windows or linux).

Default value: None

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