다음을 통해 공유


ReservationOrderCollection.GetAll(CancellationToken) Method

Definition

List of all the ReservationOrders that the user has access to in the current tenant.

  • Request Path: /providers/Microsoft.Capacity/reservationOrders
  • Operation Id: ReservationOrder_List
public virtual Azure.Pageable<Azure.ResourceManager.Reservations.ReservationOrderResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Reservations.ReservationOrderResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Reservations.ReservationOrderResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ReservationOrderResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to