Class QueryType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<QueryType>
com.azure.resourcemanager.monitor.models.QueryType
Defines values for QueryType.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryTypefromString(String name) Creates or finds a QueryType from its string representation.static Collection<QueryType>values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
RESULT_COUNT
Static value ResultCount for QueryType.
-
-
Constructor Details
-
QueryType
public QueryType()
-
-
Method Details
-
fromString
Creates or finds a QueryType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding QueryType.
-
values
- Returns:
- known QueryType values.
-