Udostępnij za pośrednictwem


CapacityReservationGroupCollection.GetAll Method

Definition

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

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

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to