Share via


BillingBenefitsExtensions.GetBillingBenefitsSavingsPlanOrders Method

Definition

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

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