Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineSizeListResult
Packages that use VirtualMachineSizeListResult
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineSizeListResult in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VirtualMachineSizeListResultModifier and TypeClassDescriptionfinal classThe List Virtual Machine operation response.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineSizeListResultModifier and TypeMethodDescriptionstatic VirtualMachineSizeListResultVirtualMachineSizeListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineSizeListResult from the JsonReader.VirtualMachineSizeListResult.withNextLink(String nextLink) Set the nextLink property: The link to the next page of items.VirtualMachineSizeListResult.withValue(List<VirtualMachineSizeInner> value) Set the value property: The list of virtual machine sizes.