Class UpgradeOperationHistoricalStatusInfoProperties
java.lang.Object
com.azure.resourcemanager.compute.models.UpgradeOperationHistoricalStatusInfoProperties
Describes each OS upgrade on the Virtual Machine Scale Set.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of UpgradeOperationHistoricalStatusInfoProperties class. -
Method Summary
Modifier and TypeMethodDescriptionerror()Get the error property: Error Details for this upgrade if there are any.progress()Get the progress property: Counts of the VMs in each state.Get the rollbackInfo property: Information about OS rollback if performed.Get the runningStatus property: Information about the overall status of the upgrade operation.Get the startedBy property: Invoker of the Upgrade Operation.Get the targetImageReference property: Image Reference details.voidvalidate()Validates the instance.
-
Constructor Details
-
UpgradeOperationHistoricalStatusInfoProperties
public UpgradeOperationHistoricalStatusInfoProperties()Creates an instance of UpgradeOperationHistoricalStatusInfoProperties class.
-
-
Method Details
-
runningStatus
Get the runningStatus property: Information about the overall status of the upgrade operation.- Returns:
- the runningStatus value.
-
progress
Get the progress property: Counts of the VMs in each state.- Returns:
- the progress value.
-
error
Get the error property: Error Details for this upgrade if there are any.- Returns:
- the error value.
-
startedBy
Get the startedBy property: Invoker of the Upgrade Operation.- Returns:
- the startedBy value.
-
targetImageReference
Get the targetImageReference property: Image Reference details.- Returns:
- the targetImageReference value.
-
rollbackInfo
Get the rollbackInfo property: Information about OS rollback if performed.- Returns:
- the rollbackInfo value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-