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 Details

    • INSTANCE_FLEXIBILITY_GROUP

      public static final ReservationReportSchema INSTANCE_FLEXIBILITY_GROUP
      Static value InstanceFlexibilityGroup for ReservationReportSchema.
    • INSTANCE_FLEXIBILITY_RATIO

      public static final ReservationReportSchema INSTANCE_FLEXIBILITY_RATIO
      Static value InstanceFlexibilityRatio for ReservationReportSchema.
    • INSTANCE_ID

      public static final ReservationReportSchema INSTANCE_ID
      Static value InstanceId for ReservationReportSchema.
    • KIND

      public static final ReservationReportSchema KIND
      Static value Kind for ReservationReportSchema.
    • RESERVATION_ID

      public static final ReservationReportSchema RESERVATION_ID
      Static value ReservationId for ReservationReportSchema.
    • RESERVATION_ORDER_ID

      public static final ReservationReportSchema RESERVATION_ORDER_ID
      Static value ReservationOrderId for ReservationReportSchema.
    • RESERVED_HOURS

      public static final ReservationReportSchema RESERVED_HOURS
      Static value ReservedHours for ReservationReportSchema.
    • SKU_NAME

      public static final ReservationReportSchema SKU_NAME
      Static value SkuName for ReservationReportSchema.
    • TOTAL_RESERVED_QUANTITY

      public static final ReservationReportSchema TOTAL_RESERVED_QUANTITY
      Static value TotalReservedQuantity for ReservationReportSchema.
    • USAGE_DATE

      public static final ReservationReportSchema USAGE_DATE
      Static value UsageDate for ReservationReportSchema.
    • USED_HOURS

      public static final ReservationReportSchema USED_HOURS
      Static value UsedHours for ReservationReportSchema.
  • Constructor Details

    • ReservationReportSchema

      @Deprecated public ReservationReportSchema()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ReservationReportSchema value.
  • Method Details

    • fromString

      public static ReservationReportSchema fromString(String name)
      Creates or finds a ReservationReportSchema from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ReservationReportSchema.
    • values

      public static Collection<ReservationReportSchema> values()
      Gets known ReservationReportSchema values.
      Returns:
      known ReservationReportSchema values.