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

WindowsJavaContainerSettings Class

Windows Java Container settings.

Constructor

WindowsJavaContainerSettings(*args: Any, **kwargs: Any)

Variables

Name Description
java_container
str

Java container (runtime only).

java_container_version
str

Java container version (runtime only).

is_preview

true if the stack is in preview; otherwise, false.

is_deprecated

true if the stack is deprecated; otherwise, false.

is_hidden

true if the stack should be hidden; otherwise, false.

end_of_life_date

End-of-life date for the minor version.

is_auto_update

true if the stack version is auto-updated; otherwise, false.

is_early_access

true if the minor version is early-access; otherwise, false.

Attributes

end_of_life_date

End-of-life date for the minor version.

end_of_life_date: datetime | None

is_auto_update

true if the stack version is auto-updated; otherwise, false.

is_auto_update: bool | None

is_deprecated

true if the stack is deprecated; otherwise, false.

is_deprecated: bool | None

is_early_access

true if the minor version is early-access; otherwise, false.

is_early_access: bool | None

is_hidden

true if the stack should be hidden; otherwise, false.

is_hidden: bool | None

is_preview

true if the stack is in preview; otherwise, false.

is_preview: bool | None

java_container

Java container (runtime only).

java_container: str | None

java_container_version

Java container version (runtime only).

java_container_version: str | None