Class RollingUpgradeRunningStatus
java.lang.Object
com.azure.resourcemanager.compute.models.RollingUpgradeRunningStatus
Information about the current running state of the overall upgrade.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncode()Get the code property: Code indicating the current status of the upgrade.Get the lastAction property: The last action performed on the rolling upgrade.Get the lastActionTime property: Last action time of the upgrade.Get the startTime property: Start time of the upgrade.voidvalidate()Validates the instance.
-
Constructor Details
-
RollingUpgradeRunningStatus
public RollingUpgradeRunningStatus()
-
-
Method Details
-
code
Get the code property: Code indicating the current status of the upgrade.- Returns:
- the code value.
-
startTime
Get the startTime property: Start time of the upgrade.- Returns:
- the startTime value.
-
lastAction
Get the lastAction property: The last action performed on the rolling upgrade.- Returns:
- the lastAction value.
-
lastActionTime
Get the lastActionTime property: Last action time of the upgrade.- Returns:
- the lastActionTime value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-