Share via


BillingBenefitsExtensions.GetBillingBenefitsSavingsPlanOrderAliases Method

Definition

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

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

Parameters

tenantResource
TenantResource

The TenantResource instance the method will execute against.

Returns

An object representing collection of BillingBenefitsSavingsPlanOrderAliasResources and their operations over a BillingBenefitsSavingsPlanOrderAliasResource.

Exceptions

tenantResource is null.

Applies to