Delen via


BillingBenefitsSavingsPlanCollection.GetAll(CancellationToken) Method

Definition

List savings plans in an order.

  • Request Path: /providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/savingsPlans
  • Operation Id: SavingsPlan_List
  • Default Api Version: 2022-11-01
  • Resource: BillingBenefitsSavingsPlanResource
public virtual Azure.Pageable<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BillingBenefitsSavingsPlanResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to