Class AggregationFunctionType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AggregationFunctionType>
com.azure.resourcemanager.sql.models.AggregationFunctionType

public final class AggregationFunctionType extends com.azure.core.util.ExpandableStringEnum<AggregationFunctionType>
Defines values for AggregationFunctionType.
  • Field Details

  • Constructor Details

    • AggregationFunctionType

      public AggregationFunctionType()
  • Method Details

    • fromString

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

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