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