ReservationReportSchema Struct

Definition

The CSV file from the reportUrl blob link consists of reservation usage data with the following schema at daily granularity.

public readonly struct ReservationReportSchema : IEquatable<Azure.ResourceManager.CostManagement.Models.ReservationReportSchema>
type ReservationReportSchema = struct
Public Structure ReservationReportSchema
Implements IEquatable(Of ReservationReportSchema)
Inheritance
ReservationReportSchema
Implements

Constructors

Name Description
ReservationReportSchema(String)

Initializes a new instance of ReservationReportSchema.

Properties

Name Description
InstanceFlexibilityGroup

Gets the InstanceFlexibilityGroup.

InstanceFlexibilityRatio

Gets the InstanceFlexibilityRatio.

InstanceId

Gets the InstanceId.

Kind

Gets the Kind.

ReservationId

Gets the ReservationId.

ReservationOrderId

Gets the ReservationOrderId.

ReservedHours

Gets the ReservedHours.

SkuName

Gets the SkuName.

TotalReservedQuantity

Gets the TotalReservedQuantity.

UsageDate

Gets the UsageDate.

UsedHours

Gets the UsedHours.

Methods

Name Description
Equals(ReservationReportSchema)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ReservationReportSchema, ReservationReportSchema)

Determines if two ReservationReportSchema values are the same.

Implicit(String to Nullable<ReservationReportSchema>)
Implicit(String to ReservationReportSchema)

Converts a string to a ReservationReportSchema.

Inequality(ReservationReportSchema, ReservationReportSchema)

Determines if two ReservationReportSchema values are not the same.

Applies to