ArmBillingBenefitsModelFactory.BillingBenefitsSavingsPlanUtilization 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.
Initializes a new instance of BillingBenefitsSavingsPlanUtilization.
public static Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsSavingsPlanUtilization BillingBenefitsSavingsPlanUtilization (string trend = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsSavingsPlanUtilizationAggregate> aggregates = default);
static member BillingBenefitsSavingsPlanUtilization : string * seq<Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsSavingsPlanUtilizationAggregate> -> Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsSavingsPlanUtilization
Public Shared Function BillingBenefitsSavingsPlanUtilization (Optional trend As String = Nothing, Optional aggregates As IEnumerable(Of BillingBenefitsSavingsPlanUtilizationAggregate) = Nothing) As BillingBenefitsSavingsPlanUtilization
Parameters
- trend
- String
The number of days trend for a savings plan.
The array of aggregates of a savings plan's utilization.
Returns
A new BillingBenefitsSavingsPlanUtilization instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET