Class ReservationReportSchema
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ReservationReportSchema>
com.azure.resourcemanager.costmanagement.models.ReservationReportSchema
public final class ReservationReportSchema
extends com.azure.core.util.ExpandableStringEnum<ReservationReportSchema>
The CSV file from the reportUrl blob link consists of reservation usage data with the following schema at daily
granularity.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReservationReportSchemaStatic value InstanceFlexibilityGroup for ReservationReportSchema.static final ReservationReportSchemaStatic value InstanceFlexibilityRatio for ReservationReportSchema.static final ReservationReportSchemaStatic value InstanceId for ReservationReportSchema.static final ReservationReportSchemaStatic value Kind for ReservationReportSchema.static final ReservationReportSchemaStatic value ReservationId for ReservationReportSchema.static final ReservationReportSchemaStatic value ReservationOrderId for ReservationReportSchema.static final ReservationReportSchemaStatic value ReservedHours for ReservationReportSchema.static final ReservationReportSchemaStatic value SkuName for ReservationReportSchema.static final ReservationReportSchemaStatic value TotalReservedQuantity for ReservationReportSchema.static final ReservationReportSchemaStatic value UsageDate for ReservationReportSchema.static final ReservationReportSchemaStatic value UsedHours for ReservationReportSchema. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReservationReportSchemafromString(String name) Creates or finds a ReservationReportSchema from its string representation.static Collection<ReservationReportSchema>values()Gets known ReservationReportSchema values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
INSTANCE_FLEXIBILITY_GROUP
Static value InstanceFlexibilityGroup for ReservationReportSchema. -
INSTANCE_FLEXIBILITY_RATIO
Static value InstanceFlexibilityRatio for ReservationReportSchema. -
INSTANCE_ID
Static value InstanceId for ReservationReportSchema. -
KIND
Static value Kind for ReservationReportSchema. -
RESERVATION_ID
Static value ReservationId for ReservationReportSchema. -
RESERVATION_ORDER_ID
Static value ReservationOrderId for ReservationReportSchema. -
RESERVED_HOURS
Static value ReservedHours for ReservationReportSchema. -
SKU_NAME
Static value SkuName for ReservationReportSchema. -
TOTAL_RESERVED_QUANTITY
Static value TotalReservedQuantity for ReservationReportSchema. -
USAGE_DATE
Static value UsageDate for ReservationReportSchema. -
USED_HOURS
Static value UsedHours for ReservationReportSchema.
-
-
Constructor Details
-
ReservationReportSchema
Deprecated.Use thefromString(String)factory method.Creates a new instance of ReservationReportSchema value.
-
-
Method Details
-
fromString
Creates or finds a ReservationReportSchema from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ReservationReportSchema.
-
values
Gets known ReservationReportSchema values.- Returns:
- known ReservationReportSchema values.
-
fromString(String)factory method.