ReservationSummaries Class

Definition

reservation summaries resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ReservationSummaries : Microsoft.Azure.Management.Consumption.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ReservationSummaries = class
    inherit Resource
Public Class ReservationSummaries
Inherits Resource
Inheritance
ReservationSummaries
Attributes

Constructors

ReservationSummaries()

Initializes a new instance of the ReservationSummaries class.

ReservationSummaries(String, String, String, IDictionary<String, String>, String, String, String, Nullable<Decimal>, Nullable<DateTime>, Nullable<Decimal>, Nullable<Decimal>, Nullable<Decimal>, Nullable<Decimal>)

Initializes a new instance of the ReservationSummaries class.

Properties

AvgUtilizationPercentage

Gets this is average utilization for the entire time range. (day or month depending on the grain)

Id

Gets resource Id.

(Inherited from Resource)
MaxUtilizationPercentage

Gets this is the maximum hourly utilization in the usage time (day or month). E.g. if usage record corresponds to 12/10/2017 and on that for hour 4 and 5, utilization was 100%, this field will return 100% for that day.

MinUtilizationPercentage

Gets this is the minimum hourly utilization in the usage time (day or month). E.g. if usage record corresponds to 12/10/2017 and on that for hour 4 and 5, utilization was 10%, this field will return 10% for that day

Name

Gets resource name.

(Inherited from Resource)
ReservationId

Gets the reservation ID is the identifier of a reservation within a reservation order. Each reservation is the grouping for applying the benefit scope and also specifies the number of instances to which the reservation benefit can be applied to.

ReservationOrderId

Gets the reservation order ID is the identifier for a reservation purchase. Each reservation order ID represents a single purchase transaction. A reservation order contains reservations. The reservation order specifies the VM size and region for the reservations.

ReservedHours

Gets this is the total hours reserved. E.g. if reservation for 1 instance was made on 1 PM, this will be 11 hours for that day and 24 hours from subsequent days

SkuName

Gets this is the ARM Sku name. It can be used to join with the servicetype field in additoinalinfo in usage records.

Tags

Gets resource tags.

(Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)
UsageDate

Gets data corresponding to the utilization record. If the grain of data is monthly, it will be first day of month.

UsedHours

Gets total used hours by the reservation

Applies to