Class GenerateDetailedCostReportMetricType

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

public final class GenerateDetailedCostReportMetricType extends com.azure.core.util.ExpandableStringEnum<GenerateDetailedCostReportMetricType>
The type of the detailed report. By default ActualCost is provided.
  • Field Details

  • Constructor Details

    • GenerateDetailedCostReportMetricType

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

    • fromString

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

      Gets known GenerateDetailedCostReportMetricType values.
      Returns:
      known GenerateDetailedCostReportMetricType values.