Package version:

Interface ImageDeprecationStatus

Describes image deprecation status properties on the image.

interface ImageDeprecationStatus {
    alternativeOption?: AlternativeOption;
    imageState?: string;
    scheduledDeprecationTime?: any;
}

Properties

alternativeOption?: AlternativeOption

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

imageState?: string

Describes the state of the image.

scheduledDeprecationTime?: any

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