次の方法で共有


SavingsPlanOrderModelResource.GetAsync(String, CancellationToken) 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>> GetAsync (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.SavingsPlanOrderModelResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.SavingsPlanOrderModelResource>>
Public Overridable Function GetAsync (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SavingsPlanOrderModelResource))

Parameters

expand
String

May be used to expand the planInformation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to