BillingBenefitsExtensions.GetBillingBenefitsSavingsPlanOrderAliases Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET