FunctionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. costmanagement. models. FunctionType
- com.
- com.
public final class FunctionType
extends ExpandableStringEnum<FunctionType>
The name of the aggregation function to use.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Function |
SUM
Static value Sum for Function |
Constructor Summary
| Constructor | Description |
|---|---|
| FunctionType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Function |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Function |
fromString(String name)
Creates or finds a Function |
|
static
Collection<Function |
values()
Gets known Function |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
SUM
public static final FunctionType SUM
Static value Sum for FunctionType.
Constructor Details
FunctionType
@Deprecated
public FunctionType()
Deprecated
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:
Returns:
values
public static Collection<FunctionType> values()
Gets known FunctionType values.
Returns: