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

ImageDeprecationStatus Class

Describes image deprecation status properties on the image.

Constructor

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

Variables

Name Description
image_state

Describes the state of the image. Known values are: "Active", "ScheduledForDeprecation", and "Deprecated".

scheduled_deprecation_time

The time, in future, at which this image will be marked as deprecated. This scheduled time is chosen by the Publisher.

alternative_option

Describes the alternative option specified by the Publisher for this image when this image is deprecated.

Attributes

alternative_option

Describes the alternative option specified by the Publisher for this image when this image is deprecated.

alternative_option: _models.AlternativeOption | None

image_state

"Active", "ScheduledForDeprecation", and "Deprecated".

image_state: str | _models.ImageState | None

scheduled_deprecation_time

The time, in future, at which this image will be marked as deprecated. This scheduled time is chosen by the Publisher.

scheduled_deprecation_time: datetime | None