DataFeedAutoRollUpMethod Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. metricsadvisor. administration. models. DataFeedAutoRollUpMethod
- com.
- com.
public final class DataFeedAutoRollUpMethod
extends ExpandableStringEnum<DataFeedAutoRollUpMethod>
Defines values for DataFeedAutoRollUpMethod.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Data |
AVG
Static value Avg for Data |
static final
Data |
COUNT
Static value Count for Data |
static final
Data |
MAX
Static value Max for Data |
static final
Data |
MIN
Static value Min for Data |
static final
Data |
NONE
Static value None for Data |
static final
Data |
SUM
Static value Sum for Data |
Constructor Summary
Constructor | Description |
---|---|
DataFeedAutoRollUpMethod() |
Deprecated
Use the fromString(String name) factory method.
Constructs a Data |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Data |
fromString(String name)
Creates or finds a Data |
static
Collection<Data |
values()
Return the set of enum values for Data |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AVG
public static final DataFeedAutoRollUpMethod AVG
Static value Avg for DataFeedAutoRollUpMethod.
COUNT
public static final DataFeedAutoRollUpMethod COUNT
Static value Count for DataFeedAutoRollUpMethod.
MAX
public static final DataFeedAutoRollUpMethod MAX
Static value Max for DataFeedAutoRollUpMethod.
MIN
public static final DataFeedAutoRollUpMethod MIN
Static value Min for DataFeedAutoRollUpMethod.
NONE
public static final DataFeedAutoRollUpMethod NONE
Static value None for DataFeedAutoRollUpMethod.
SUM
public static final DataFeedAutoRollUpMethod SUM
Static value Sum for DataFeedAutoRollUpMethod.
Constructor Details
DataFeedAutoRollUpMethod
@Deprecated
public DataFeedAutoRollUpMethod()
Deprecated
Constructs a DataFeedAutoRollUpMethod object.
Method Details
fromString
public static DataFeedAutoRollUpMethod fromString(String name)
Creates or finds a DataFeedAutoRollUpMethod from its string representation.
Parameters:
Returns:
values
public static Collection
Return the set of enum values for DataFeedAutoRollUpMethod.
Returns:
Applies to
Azure SDK for Java