PureStorageReservationCollection.GetAllAsync(CancellationToken) Method

Definition

List reservations by resource group

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PureStorage.Block/reservations.
  • Operation Id. : Reservations_ListByResourceGroup.
  • Default Api Version. : 2024-11-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.PureStorageBlock.PureStorageReservationResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PureStorageBlock.PureStorageReservationResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PureStorageBlock.PureStorageReservationResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PureStorageReservationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to