Class Kind
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Kind>
com.azure.resourcemanager.monitor.models.Kind
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Indicates the type of scheduled query rule. The default is LogAlert.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Kind
fromString
(String name) Creates or finds a Kind from its string representation.static Collection
<Kind> values()
Gets known Kind values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
LOG_ALERT
Static value LogAlert for Kind. -
LOG_TO_METRIC
Static value LogToMetric for Kind.
-
-
Constructor Details
-
Kind
Deprecated.Use thefromString(String)
factory method.Creates a new instance of Kind value.
-
-
Method Details
-
fromString
Creates or finds a Kind from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding Kind.
-
values
Gets known Kind values.- Returns:
- known Kind values.
-
fromString(String)
factory method.