Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetListOSUpgradeHistory
Packages that use VirtualMachineScaleSetListOSUpgradeHistory
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetListOSUpgradeHistory in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VirtualMachineScaleSetListOSUpgradeHistoryModifier and TypeClassDescriptionfinal classList of Virtual Machine Scale Set OS Upgrade History operation response.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetListOSUpgradeHistoryModifier and TypeMethodDescriptionVirtualMachineScaleSetListOSUpgradeHistory.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetListOSUpgradeHistory from the JsonReader.VirtualMachineScaleSetListOSUpgradeHistory.withNextLink(String nextLink) Set the nextLink property: The uri to fetch the next page of OS Upgrade History.VirtualMachineScaleSetListOSUpgradeHistory.withValue(List<UpgradeOperationHistoricalStatusInfoInner> value) Set the value property: The list of OS upgrades performed on the virtual machine scale set.