ArmBillingBenefitsModelFactory.BillingBenefitsSavingsPlanUtilization Method

Definition

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.

aggregates
IEnumerable<BillingBenefitsSavingsPlanUtilizationAggregate>

The array of aggregates of a savings plan's utilization.

Returns

A new BillingBenefitsSavingsPlanUtilization instance for mocking.

Applies to