Bagikan melalui


MockableComputeSubscriptionResource.GetCapacityReservationGroups Method

Definition

Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/capacityReservationGroups
  • Operation Id: CapacityReservationGroups_ListBySubscription
  • Default Api Version: 2024-03-01
  • Resource: CapacityReservationGroupResource
public virtual Azure.Pageable<Azure.ResourceManager.Compute.CapacityReservationGroupResource> GetCapacityReservationGroups (Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand? expand = default, Azure.ResourceManager.Compute.Models.ResourceIdOptionsForGetCapacityReservationGroup? resourceIdsOnly = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCapacityReservationGroups : Nullable<Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand> * Nullable<Azure.ResourceManager.Compute.Models.ResourceIdOptionsForGetCapacityReservationGroup> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.CapacityReservationGroupResource>
override this.GetCapacityReservationGroups : Nullable<Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand> * Nullable<Azure.ResourceManager.Compute.Models.ResourceIdOptionsForGetCapacityReservationGroup> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.CapacityReservationGroupResource>
Public Overridable Function GetCapacityReservationGroups (Optional expand As Nullable(Of CapacityReservationGroupGetExpand) = Nothing, Optional resourceIdsOnly As Nullable(Of ResourceIdOptionsForGetCapacityReservationGroup) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CapacityReservationGroupResource)

Parameters

expand
Nullable<CapacityReservationGroupGetExpand>

The expand expression to apply on the operation. Based on the expand param(s) specified we return Virtual Machine or ScaleSet VM Instance or both resource Ids which are associated to capacity reservation group in the response.

resourceIdsOnly
Nullable<ResourceIdOptionsForGetCapacityReservationGroup>

The query option to fetch Capacity Reservation Group Resource Ids. <br> 'CreatedInSubscription' enables fetching Resource Ids for all capacity reservation group resources created in the subscription. <br> 'SharedWithSubscription' enables fetching Resource Ids for all capacity reservation group resources shared with the subscription. <br> 'All' enables fetching Resource Ids for all capacity reservation group resources shared with the subscription and created in the subscription.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of CapacityReservationGroupResource that may take multiple service requests to iterate over.

Applies to