Class UpgradeOperationHistoryStatus
java.lang.Object
com.microsoft.azure.management.compute.UpgradeOperationHistoryStatus
Information about the current running state of the overall upgrade.
-
Constructor Details
-
UpgradeOperationHistoryStatus
public UpgradeOperationHistoryStatus()
-
-
Method Details
-
code
Get code indicating the current status of the upgrade. Possible values include: 'RollingForward', 'Cancelled', 'Completed', 'Faulted'.- Returns:
- the code value
-
startTime
public org.joda.time.DateTime startTime()Get start time of the upgrade.- Returns:
- the startTime value
-
endTime
public org.joda.time.DateTime endTime()Get end time of the upgrade.- Returns:
- the endTime value
-