SavingsPlanOrderModelCollection.GetAll Method

Definition

List all Savings plan orders by billing account.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/savingsPlanOrders
  • Operation Id: SavingsPlanOrders_ListByBillingAccount
  • Default Api Version: 2024-04-01
  • Resource: SavingsPlanOrderModelResource
public virtual Azure.Pageable<Azure.ResourceManager.Billing.SavingsPlanOrderModelResource> 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.SavingsPlanOrderModelResource>
override this.GetAll : string * string * Nullable<single> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.SavingsPlanOrderModelResource>
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 SavingsPlanOrderModelResource)

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 savings plans to skip from the list before returning results.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to