RollingUpgradeRunningStatus 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.
Information about the current running state of the overall upgrade.
public class RollingUpgradeRunningStatus
type RollingUpgradeRunningStatus = class
Public Class RollingUpgradeRunningStatus
- Inheritance
-
RollingUpgradeRunningStatus
Constructors
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. |
Properties
Code |
Gets code indicating the current status of the upgrade. Possible values include: 'RollingForward', 'Cancelled', 'Completed', 'Faulted' |
LastAction |
Gets the last action performed on the rolling upgrade. Possible values include: 'Start', 'Cancel' |
LastActionTime |
Gets last action time of the upgrade. |
StartTime |
Gets start time of the upgrade. |
Applies to
Azure SDK for .NET