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