RollingUpgradeRunningStatus 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
RollingUpgradeRunningStatus() |
Initializes a new instance of the RollingUpgradeRunningStatus class. |
RollingUpgradeRunningStatus(Nullable<RollingUpgradeStatusCode>, Nullable<DateTime>, Nullable<RollingUpgradeActionType>, Nullable<DateTime>) |
Initializes a new instance of the RollingUpgradeRunningStatus class. |
RollingUpgradeRunningStatus()
Initializes a new instance of the RollingUpgradeRunningStatus class.
public RollingUpgradeRunningStatus ();
Public Sub New ()
Applies to
RollingUpgradeRunningStatus(Nullable<RollingUpgradeStatusCode>, Nullable<DateTime>, Nullable<RollingUpgradeActionType>, Nullable<DateTime>)
Initializes a new instance of the RollingUpgradeRunningStatus class.
public RollingUpgradeRunningStatus (Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode? code = default, DateTime? startTime = default, Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType? lastAction = default, DateTime? lastActionTime = default);
new Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus : Nullable<Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode> * Nullable<DateTime> * Nullable<Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType> * Nullable<DateTime> -> Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus
Public Sub New (Optional code As Nullable(Of RollingUpgradeStatusCode) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional lastAction As Nullable(Of RollingUpgradeActionType) = Nothing, Optional lastActionTime As Nullable(Of DateTime) = Nothing)
Parameters
Code indicating the current status of the upgrade. Possible values include: 'RollingForward', 'Cancelled', 'Completed', 'Faulted'
- lastAction
- Nullable<RollingUpgradeActionType>
The last action performed on the rolling upgrade. Possible values include: 'Start', 'Cancel'
Applies to
Azure SDK for .NET