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

public final class FunctionType extends com.azure.core.util.ExpandableStringEnum<FunctionType>
The name of the aggregation function to use.
  • Field Details

    • SUM

      public static final FunctionType SUM
      Static value Sum for FunctionType.
  • Constructor Details

    • FunctionType

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

    • fromString

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

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