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