Uses of Class
com.azure.resourcemanager.compute.models.AvailabilitySetListResult
Packages that use AvailabilitySetListResult
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of AvailabilitySetListResult in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type AvailabilitySetListResultModifier and TypeClassDescriptionfinal classThe List Availability Set operation response.Methods in com.azure.resourcemanager.compute.models that return AvailabilitySetListResultModifier and TypeMethodDescriptionstatic AvailabilitySetListResultAvailabilitySetListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AvailabilitySetListResult from the JsonReader.AvailabilitySetListResult.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of AvailabilitySets.AvailabilitySetListResult.withValue(List<AvailabilitySetInner> value) Set the value property: The list of availability sets.