你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BillingBenefitsExtensions.GetBillingBenefitsSavingsPlanOrders Method

Definition

Gets a collection of BillingBenefitsSavingsPlanOrderResources in the TenantResource. <item>MockingTo mock this method, please mock GetBillingBenefitsSavingsPlanOrders() instead.</item>

public static Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanOrderCollection GetBillingBenefitsSavingsPlanOrders(this Azure.ResourceManager.Resources.TenantResource tenantResource);
static member GetBillingBenefitsSavingsPlanOrders : Azure.ResourceManager.Resources.TenantResource -> Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanOrderCollection
<Extension()>
Public Function GetBillingBenefitsSavingsPlanOrders (tenantResource As TenantResource) As BillingBenefitsSavingsPlanOrderCollection

Parameters

tenantResource
TenantResource

The TenantResource instance the method will execute against.

Returns

An object representing collection of BillingBenefitsSavingsPlanOrderResources and their operations over a BillingBenefitsSavingsPlanOrderResource.

Exceptions

tenantResource is null.

Applies to