Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineListResult
-
Packages that use VirtualMachineListResult Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineListResult in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineListResult Modifier and Type Method Description VirtualMachineListResultVirtualMachineListResult. withNextLink(String nextLink)Set the nextLink property: The URI to fetch the next page of VMs.VirtualMachineListResultVirtualMachineListResult. withValue(List<VirtualMachineInner> value)Set the value property: The list of virtual machines.
-