Class ReportConfigColumnType

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

public final class ReportConfigColumnType extends com.azure.core.util.ExpandableStringEnum<ReportConfigColumnType>
The type of the column in the report.
  • Field Details

  • Constructor Details

    • ReportConfigColumnType

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

    • fromString

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

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