Share via


BillingReservationOrderCollection.GetAllAsync Method

Definition

List all the `ReservationOrders in the billing account.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/reservationOrders
  • Operation Id: ReservationOrders_ListByBillingAccount
  • Default Api Version: 2024-04-01
  • Resource: BillingReservationOrderResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingReservationOrderResource> GetAllAsync (string filter = default, string orderBy = default, float? skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * Nullable<single> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingReservationOrderResource>
override this.GetAllAsync : string * string * Nullable<single> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingReservationOrderResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional orderBy As String = Nothing, Optional skiptoken As Nullable(Of Single) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BillingReservationOrderResource)

Parameters

filter
String

The filter query option allows clients to filter a collection of resources that are addressed by a request URL.

orderBy
String

The orderby query option allows clients to request resources in a particular order.

skiptoken
Nullable<Single>

The number of reservations to skip from the list before returning results.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of BillingReservationOrderResource that may take multiple service requests to iterate over.

Applies to