ImageDeprecationStatus Constructors

Definition

Overloads

ImageDeprecationStatus()

Initializes a new instance of the ImageDeprecationStatus class.

ImageDeprecationStatus(String, Nullable<DateTime>, AlternativeOption)

Initializes a new instance of the ImageDeprecationStatus class.

ImageDeprecationStatus()

Initializes a new instance of the ImageDeprecationStatus class.

public ImageDeprecationStatus ();
Public Sub New ()

Applies to

ImageDeprecationStatus(String, Nullable<DateTime>, AlternativeOption)

Initializes a new instance of the ImageDeprecationStatus class.

public ImageDeprecationStatus (string imageState = default, DateTime? scheduledDeprecationTime = default, Microsoft.Azure.Management.Compute.Models.AlternativeOption alternativeOption = default);
new Microsoft.Azure.Management.Compute.Models.ImageDeprecationStatus : string * Nullable<DateTime> * Microsoft.Azure.Management.Compute.Models.AlternativeOption -> Microsoft.Azure.Management.Compute.Models.ImageDeprecationStatus
Public Sub New (Optional imageState As String = Nothing, Optional scheduledDeprecationTime As Nullable(Of DateTime) = Nothing, Optional alternativeOption As AlternativeOption = Nothing)

Parameters

imageState
String

Describes the state of the image. Possible values include: 'Active', 'ScheduledForDeprecation', 'Deprecated'

scheduledDeprecationTime
Nullable<DateTime>

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

alternativeOption
AlternativeOption

Applies to