Uses of Class
com.azure.resourcemanager.compute.fluent.models.UpgradeOperationHistoricalStatusInfoInner
-
Packages that use UpgradeOperationHistoricalStatusInfoInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of UpgradeOperationHistoricalStatusInfoInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type UpgradeOperationHistoricalStatusInfoInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<UpgradeOperationHistoricalStatusInfoInner>VirtualMachineScaleSetsClient. getOSUpgradeHistory(String resourceGroupName, String vmScaleSetName)Gets list of OS upgrades on a VM scale set instance.com.azure.core.http.rest.PagedIterable<UpgradeOperationHistoricalStatusInfoInner>VirtualMachineScaleSetsClient. getOSUpgradeHistory(String resourceGroupName, String vmScaleSetName, com.azure.core.util.Context context)Gets list of OS upgrades on a VM scale set instance.com.azure.core.http.rest.PagedFlux<UpgradeOperationHistoricalStatusInfoInner>VirtualMachineScaleSetsClient. getOSUpgradeHistoryAsync(String resourceGroupName, String vmScaleSetName)Gets list of OS upgrades on a VM scale set instance. -
Uses of UpgradeOperationHistoricalStatusInfoInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type UpgradeOperationHistoricalStatusInfoInner Modifier and Type Method Description List<UpgradeOperationHistoricalStatusInfoInner>VirtualMachineScaleSetListOSUpgradeHistory. value()Get the value property: The list of OS upgrades performed on the virtual machine scale set.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type UpgradeOperationHistoricalStatusInfoInner Modifier and Type Method Description VirtualMachineScaleSetListOSUpgradeHistoryVirtualMachineScaleSetListOSUpgradeHistory. withValue(List<UpgradeOperationHistoricalStatusInfoInner> value)Set the value property: The list of OS upgrades performed on the virtual machine scale set.
-