ImageDeprecationStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes image deprecation status properties on the image.
public class ImageDeprecationStatus
type ImageDeprecationStatus = class
Public Class ImageDeprecationStatus
- Inheritance
-
ImageDeprecationStatus
Constructors
ImageDeprecationStatus() |
Initializes a new instance of the ImageDeprecationStatus class. |
ImageDeprecationStatus(String, Nullable<DateTime>, AlternativeOption) |
Initializes a new instance of the ImageDeprecationStatus class. |
Properties
AlternativeOption | |
ImageState |
Gets or sets describes the state of the image. Possible values include: 'Active', 'ScheduledForDeprecation', 'Deprecated' |
ScheduledDeprecationTime |
Gets or sets the time, in future, at which this image will be marked as deprecated. This scheduled time is chosen by the Publisher. |
Applies to
Azure SDK for .NET