Class DataFeedMissingDataPointFillType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DataFeedMissingDataPointFillType>
com.azure.ai.metricsadvisor.administration.models.DataFeedMissingDataPointFillType
public final class DataFeedMissingDataPointFillType
extends com.azure.core.util.ExpandableStringEnum<DataFeedMissingDataPointFillType>
Defines values for DataFeedMissingDataPointFillType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DataFeedMissingDataPointFillTypeStatic value CustomValue for DataFeedMissingDataPointFillType.static final DataFeedMissingDataPointFillTypeStatic value NoFilling for DataFeedMissingDataPointFillType.static final DataFeedMissingDataPointFillTypeStatic value PreviousValue for DataFeedMissingDataPointFillType.static final DataFeedMissingDataPointFillTypeStatic value SmartFilling for DataFeedMissingDataPointFillType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a DataFeedMissingDataPointFillType from its string representation.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SMART_FILLING
Static value SmartFilling for DataFeedMissingDataPointFillType. -
PREVIOUS_VALUE
Static value PreviousValue for DataFeedMissingDataPointFillType. -
CUSTOM_VALUE
Static value CustomValue for DataFeedMissingDataPointFillType. -
NO_FILLING
Static value NoFilling for DataFeedMissingDataPointFillType.
-
-
Constructor Details
-
DataFeedMissingDataPointFillType
public DataFeedMissingDataPointFillType()
-
-
Method Details
-
fromString
Creates or finds a DataFeedMissingDataPointFillType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DataFeedMissingDataPointFillType.
-