ReservationUtilizationAggregates Class
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.
The aggregate values of reservation utilization
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationUtilizationAggregatesTypeConverter))]
public class ReservationUtilizationAggregates : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IReservationUtilizationAggregates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationUtilizationAggregatesTypeConverter))>]
type ReservationUtilizationAggregates = class
interface IReservationUtilizationAggregates
interface IJsonSerializable
Public Class ReservationUtilizationAggregates
Implements IReservationUtilizationAggregates
- Inheritance
-
ReservationUtilizationAggregates
- Attributes
- Implements
Constructors
ReservationUtilizationAggregates() |
Creates an new ReservationUtilizationAggregates instance. |
Properties
Grain |
The grain of the aggregate |
GrainUnit |
The grain unit of the aggregate |
Value |
The aggregate value |
ValueUnit |
The aggregate value unit |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ReservationUtilizationAggregates. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReservationUtilizationAggregates. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IReservationUtilizationAggregates. |
FromJsonString(String) |
Creates a new instance of ReservationUtilizationAggregates, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReservationUtilizationAggregates into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |