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