java.lang.Object
com.azure.core.util.ExpandableStringEnum<ReportType>
com.azure.resourcemanager.costmanagement.models.ReportType

public final class ReportType extends com.azure.core.util.ExpandableStringEnum<ReportType>
The type of the report. Usage represents actual usage, forecast represents forecasted data and UsageAndForecast represents both usage and forecasted data. Actual usage and forecasted data can be differentiated based on dates.
  • Field Details

    • USAGE

      public static final ReportType USAGE
      Static value Usage for ReportType.
  • Constructor Details

  • Method Details

    • fromString

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

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