Class RollingUpgradeProgressInfo
java.lang.Object
com.microsoft.azure.management.compute.RollingUpgradeProgressInfo
Information about the number of virtual machine instances in each upgrade
state.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the number of instances that have failed to be upgraded successfully.Get the number of instances that are currently being upgraded.Get the number of instances that have not yet begun to be upgraded.Get the number of instances that have been successfully upgraded.
-
Constructor Details
-
RollingUpgradeProgressInfo
public RollingUpgradeProgressInfo()
-
-
Method Details
-
successfulInstanceCount
Get the number of instances that have been successfully upgraded.- Returns:
- the successfulInstanceCount value
-
failedInstanceCount
Get the number of instances that have failed to be upgraded successfully.- Returns:
- the failedInstanceCount value
-
inProgressInstanceCount
Get the number of instances that are currently being upgraded.- Returns:
- the inProgressInstanceCount value
-
pendingInstanceCount
Get the number of instances that have not yet begun to be upgraded.- Returns:
- the pendingInstanceCount value
-