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