Uses of Class
com.azure.resourcemanager.compute.fluent.models.UpgradeOperationHistoricalStatusInfoInner
Packages that use UpgradeOperationHistoricalStatusInfoInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
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 UpgradeOperationHistoricalStatusInfoInnerModifier and TypeMethodDescriptioncom.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.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type UpgradeOperationHistoricalStatusInfoInnerModifier and TypeClassDescriptionfinal classVirtual Machine Scale Set OS Upgrade History operation response.Methods in com.azure.resourcemanager.compute.fluent.models that return UpgradeOperationHistoricalStatusInfoInnerModifier and TypeMethodDescriptionUpgradeOperationHistoricalStatusInfoInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UpgradeOperationHistoricalStatusInfoInner from the JsonReader. -
Uses of UpgradeOperationHistoricalStatusInfoInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type UpgradeOperationHistoricalStatusInfoInnerModifier and TypeMethodDescriptionVirtualMachineScaleSetListOSUpgradeHistory.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 UpgradeOperationHistoricalStatusInfoInnerModifier and TypeMethodDescriptionVirtualMachineScaleSetListOSUpgradeHistory.withValue(List<UpgradeOperationHistoricalStatusInfoInner> value) Set the value property: The list of OS upgrades performed on the virtual machine scale set.