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

public final class PivotType extends com.azure.core.util.ExpandableStringEnum<PivotType>
Data type to show in view.
  • Field Details

    • DIMENSION

      public static final PivotType DIMENSION
      Static value Dimension for PivotType.
    • TAG_KEY

      public static final PivotType TAG_KEY
      Static value TagKey for PivotType.
  • Constructor Details

  • Method Details

    • fromString

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

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