BillingBenefitsExtensions.GetBillingBenefitsSavingsPlanOrder Method

Definition

Get a savings plan order. <item> Mocking. To mock this method, please mock GetBillingBenefitsSavingsPlanOrder(String, String, CancellationToken) instead. </item>

public static Azure.Response<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanOrderResource> GetBillingBenefitsSavingsPlanOrder(this Azure.ResourceManager.Resources.TenantResource tenantResource, string savingsPlanOrderId, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetBillingBenefitsSavingsPlanOrder : Azure.ResourceManager.Resources.TenantResource * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanOrderResource>
<Extension()>
Public Function GetBillingBenefitsSavingsPlanOrder (tenantResource As TenantResource, savingsPlanOrderId As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingBenefitsSavingsPlanOrderResource)

Parameters

tenantResource
TenantResource

The TenantResource the method will execute against.

savingsPlanOrderId
String

Order ID of the savings plan.

expand
String

May be used to expand the detail information of some properties.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

tenantResource is null.

Applies to