ImageDeprecationStatus Class

Describes image deprecation status properties on the image.

Inheritance
azure.mgmt.compute._serialization.Model
ImageDeprecationStatus

Constructor

ImageDeprecationStatus(*, image_state: str | _models.ImageState | None = None, scheduled_deprecation_time: datetime | None = None, alternative_option: _models.AlternativeOption | None = None, **kwargs: Any)

Keyword-Only Parameters

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.

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.