ReservationReportSchema Struct
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 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
ReservationReportSchema(String) |
Initializes a new instance of ReservationReportSchema. |
Properties
InstanceFlexibilityGroup |
InstanceFlexibilityGroup. |
InstanceFlexibilityRatio |
InstanceFlexibilityRatio. |
InstanceId |
InstanceId. |
Kind |
Kind. |
ReservationId |
ReservationId. |
ReservationOrderId |
ReservationOrderId. |
ReservedHours |
ReservedHours. |
SkuName |
SkuName. |
TotalReservedQuantity |
TotalReservedQuantity. |
UsageDate |
UsageDate. |
UsedHours |
UsedHours. |
Methods
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
Equality(ReservationReportSchema, ReservationReportSchema) |
Determines if two ReservationReportSchema values are the same. |
Implicit(String to ReservationReportSchema) |
Converts a string to a ReservationReportSchema. |
Inequality(ReservationReportSchema, ReservationReportSchema) |
Determines if two ReservationReportSchema values are not the same. |
Applies to
Azure SDK for .NET