Class UpgradeOperationHistoricalStatusInfoProperties
java.lang.Object
com.microsoft.azure.management.compute.UpgradeOperationHistoricalStatusInfoProperties
Describes each OS upgrade on the Virtual Machine Scale Set.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionerror()
Get error Details for this upgrade if there are any.progress()
Get counts of the VMs in each state.Get information about OS rollback if performed.Get information about the overall status of the upgrade operation.Get invoker of the Upgrade Operation.Get image Reference details.
-
Constructor Details
-
UpgradeOperationHistoricalStatusInfoProperties
public UpgradeOperationHistoricalStatusInfoProperties()
-
-
Method Details
-
runningStatus
Get information about the overall status of the upgrade operation.- Returns:
- the runningStatus value
-
progress
Get counts of the VMs in each state.- Returns:
- the progress value
-
error
Get error Details for this upgrade if there are any.- Returns:
- the error value
-
startedBy
Get invoker of the Upgrade Operation. Possible values include: 'Unknown', 'User', 'Platform'.- Returns:
- the startedBy value
-
targetImageReference
Get image Reference details.- Returns:
- the targetImageReference value
-
rollbackInfo
Get information about OS rollback if performed.- Returns:
- the rollbackInfo value
-