ArmBillingModelFactory.SavingsPlanUtilizationAggregates 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 SavingsPlanUtilizationAggregates.
public static Azure.ResourceManager.Billing.Models.SavingsPlanUtilizationAggregates SavingsPlanUtilizationAggregates (float? grain = default, string grainUnit = default, float? value = default, string valueUnit = default);
static member SavingsPlanUtilizationAggregates : Nullable<single> * string * Nullable<single> * string -> Azure.ResourceManager.Billing.Models.SavingsPlanUtilizationAggregates
Public Shared Function SavingsPlanUtilizationAggregates (Optional grain As Nullable(Of Single) = Nothing, Optional grainUnit As String = Nothing, Optional value As Nullable(Of Single) = Nothing, Optional valueUnit As String = Nothing) As SavingsPlanUtilizationAggregates
Parameters
- grainUnit
- String
The grain unit of the aggregate.
- valueUnit
- String
The aggregate value unit.
Returns
A new SavingsPlanUtilizationAggregates instance for mocking.