ArmReservationsModelFactory.ReservationUtilizationAggregates 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 ReservationUtilizationAggregates.
public static Azure.ResourceManager.Reservations.Models.ReservationUtilizationAggregates ReservationUtilizationAggregates (float? grain = default, string grainUnit = default, float? value = default, string valueUnit = default);
static member ReservationUtilizationAggregates : Nullable<single> * string * Nullable<single> * string -> Azure.ResourceManager.Reservations.Models.ReservationUtilizationAggregates
Public Shared Function ReservationUtilizationAggregates (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 ReservationUtilizationAggregates
Parameters
- grainUnit
- String
The grain unit of the aggregate.
- valueUnit
- String
The aggregate value unit.
Returns
A new ReservationUtilizationAggregates instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET