Class SnoozeScope
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SnoozeScope>
com.azure.ai.metricsadvisor.administration.models.SnoozeScope
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for SnoozeScope.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SnoozeScopeStatic value Metric for SnoozeScope.static final SnoozeScopeStatic value Series for SnoozeScope. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SnoozeScopefromString(String name) Creates or finds a SnoozeScope from its string representation.static Collection<SnoozeScope> values()Returns known SnoozeScope values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
METRIC
Static value Metric for SnoozeScope. -
SERIES
Static value Series for SnoozeScope.
-
-
Constructor Details
-
SnoozeScope
Deprecated.Use thefromString(String)factory method.Constructs a SnoozeScope object.
-
-
Method Details
-
fromString
Creates or finds a SnoozeScope from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SnoozeScope.
-
values
Returns known SnoozeScope values.- Returns:
- known SnoozeScope values.
-
fromString(String)factory method.