Uses of Class
com.azure.resourcemanager.compute.models.ResourceIdOptionsForGetCapacityReservationGroups
Packages that use ResourceIdOptionsForGetCapacityReservationGroups
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ResourceIdOptionsForGetCapacityReservationGroups in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type ResourceIdOptionsForGetCapacityReservationGroupsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<CapacityReservationGroupInner> CapacityReservationGroupsClient.list(ExpandTypesForGetCapacityReservationGroups expand, ResourceIdOptionsForGetCapacityReservationGroups resourceIdsOnly, com.azure.core.util.Context context) Lists all of the capacity reservation groups in the subscription.com.azure.core.http.rest.PagedFlux<CapacityReservationGroupInner> CapacityReservationGroupsClient.listAsync(ExpandTypesForGetCapacityReservationGroups expand, ResourceIdOptionsForGetCapacityReservationGroups resourceIdsOnly) Lists all of the capacity reservation groups in the subscription. -
Uses of ResourceIdOptionsForGetCapacityReservationGroups in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type ResourceIdOptionsForGetCapacityReservationGroups in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classDefines values for ResourceIdOptionsForGetCapacityReservationGroups.Fields in com.azure.resourcemanager.compute.models declared as ResourceIdOptionsForGetCapacityReservationGroupsModifier and TypeFieldDescriptionstatic final ResourceIdOptionsForGetCapacityReservationGroupsResourceIdOptionsForGetCapacityReservationGroups.ALLStatic value All for ResourceIdOptionsForGetCapacityReservationGroups.static final ResourceIdOptionsForGetCapacityReservationGroupsResourceIdOptionsForGetCapacityReservationGroups.CREATED_IN_SUBSCRIPTIONStatic value CreatedInSubscription for ResourceIdOptionsForGetCapacityReservationGroups.static final ResourceIdOptionsForGetCapacityReservationGroupsResourceIdOptionsForGetCapacityReservationGroups.SHARED_WITH_SUBSCRIPTIONStatic value SharedWithSubscription for ResourceIdOptionsForGetCapacityReservationGroups.Methods in com.azure.resourcemanager.compute.models that return ResourceIdOptionsForGetCapacityReservationGroupsModifier and TypeMethodDescriptionResourceIdOptionsForGetCapacityReservationGroups.fromString(String name) Creates or finds a ResourceIdOptionsForGetCapacityReservationGroups from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ResourceIdOptionsForGetCapacityReservationGroupsModifier and TypeMethodDescriptionResourceIdOptionsForGetCapacityReservationGroups.values()Gets known ResourceIdOptionsForGetCapacityReservationGroups values.