Class QueryType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<QueryType>
-
- com.azure.resourcemanager.monitor.models.QueryType
-
public final class QueryType extends com.azure.core.util.ExpandableStringEnum<QueryType>
Defines values for QueryType.
-
-
Field Summary
Fields Modifier and Type Field Description static QueryTypeRESULT_COUNTStatic value ResultCount for QueryType.
-
Constructor Summary
Constructors Constructor Description QueryType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static QueryTypefromString(String name)Creates or finds a QueryType from its string representation.static Collection<QueryType>values()
-
-
-
Field Detail
-
RESULT_COUNT
public static final QueryType RESULT_COUNT
Static value ResultCount for QueryType.
-
-
Method Detail
-
fromString
public static QueryType fromString(String name)
Creates or finds a QueryType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding QueryType.
-
values
public static Collection<QueryType> values()
- Returns:
- known QueryType values.
-
-