SnoozeScope Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. metricsadvisor. administration. models. SnoozeScope
- com.
- com.
public final class SnoozeScope
extends ExpandableStringEnum<SnoozeScope>
Defines values for SnoozeScope.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Snooze |
METRIC
Static value Metric for Snooze |
static final
Snooze |
SERIES
Static value Series for Snooze |
Constructor Summary
Constructor | Description |
---|---|
SnoozeScope() |
Deprecated
Use the fromString(String name) factory method.
Constructs a Snooze |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Snooze |
fromString(String name)
Creates or finds a Snooze |
static
Collection<Snooze |
values()
Returns known Snooze |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
METRIC
public static final SnoozeScope METRIC
Static value Metric for SnoozeScope.
SERIES
public static final SnoozeScope SERIES
Static value Series for SnoozeScope.
Constructor Details
SnoozeScope
@Deprecated
public SnoozeScope()
Deprecated
Constructs a SnoozeScope object.
Method Details
fromString
public static SnoozeScope fromString(String name)
Creates or finds a SnoozeScope from its string representation.
Parameters:
Returns:
values
public static Collection
Returns known SnoozeScope values.
Returns:
Applies to
Azure SDK for Java