BillingReservationOrderCollection.GetAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Pageable<Azure.ResourceManager.Billing.BillingReservationOrderResource> GetAll (string filter = default, string orderBy = default, float? skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * Nullable<single> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.BillingReservationOrderResource>
override this.GetAll : string * string * Nullable<single> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.BillingReservationOrderResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional orderBy As String = Nothing, Optional skiptoken As Nullable(Of Single) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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.
The number of reservations to skip from the list before returning results.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of BillingReservationOrderResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET