ImageDeprecationStatus Constructors
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.
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'
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
Azure SDK for .NET