Condividi tramite


BillingAccountResource.GetSavingsPlanOrderModelAsync Method

Definition

Get a savings plan order by billing account.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/savingsPlanOrders/{savingsPlanOrderId}
  • Operation Id: SavingsPlanOrders_GetByBillingAccount
  • Default Api Version: 2024-04-01
  • Resource: SavingsPlanOrderModelResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.SavingsPlanOrderModelResource>> GetSavingsPlanOrderModelAsync (string savingsPlanOrderId, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSavingsPlanOrderModelAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.SavingsPlanOrderModelResource>>
override this.GetSavingsPlanOrderModelAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.SavingsPlanOrderModelResource>>
Public Overridable Function GetSavingsPlanOrderModelAsync (savingsPlanOrderId As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SavingsPlanOrderModelResource))

Parameters

savingsPlanOrderId
String

Order ID of the savings plan.

expand
String

May be used to expand the planInformation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

savingsPlanOrderId is null.

savingsPlanOrderId is an empty string, and was expected to be non-empty.

Applies to