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