Uses of Class
com.azure.resourcemanager.compute.models.CapacityReservationListResult
Packages that use CapacityReservationListResult
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of CapacityReservationListResult in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type CapacityReservationListResultModifier and TypeClassDescriptionfinal classThe list capacity reservation operation response.Methods in com.azure.resourcemanager.compute.models that return CapacityReservationListResultModifier and TypeMethodDescriptionCapacityReservationListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CapacityReservationListResult from the JsonReader.CapacityReservationListResult.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of capacity reservations.CapacityReservationListResult.withValue(List<CapacityReservationInner> value) Set the value property: The list of capacity reservations.