ImageDeprecationStatus interface
Describes image deprecation status properties on the image.
Properties
alternative |
Describes the alternative option specified by the Publisher for this image when this image is deprecated. |
image |
Describes the state of the image. |
scheduled |
The time, in future, at which this image will be marked as deprecated. This scheduled time is chosen by the Publisher. |
Property Details
alternativeOption
Describes the alternative option specified by the Publisher for this image when this image is deprecated.
alternativeOption?: AlternativeOption
Property Value
imageState
Describes the state of the image.
imageState?: string
Property Value
string
scheduledDeprecationTime
The time, in future, at which this image will be marked as deprecated. This scheduled time is chosen by the Publisher.
scheduledDeprecationTime?: Date
Property Value
Date