Uses of Class
com.microsoft.azure.management.monitor.QueryType
-
-
Uses of QueryType in com.microsoft.azure.management.monitor
Fields in com.microsoft.azure.management.monitor declared as QueryType Modifier and Type Field Description static QueryTypeQueryType. RESULT_COUNTStatic value ResultCount for QueryType.Methods in com.microsoft.azure.management.monitor that return QueryType Modifier and Type Method Description static QueryTypeQueryType. fromString(String name)Creates or finds a QueryType from its string representation.QueryTypeSource. queryType()Get set value to 'ResultCount'.Methods in com.microsoft.azure.management.monitor that return types with arguments of type QueryType Modifier and Type Method Description static Collection<QueryType>QueryType. values()Methods in com.microsoft.azure.management.monitor with parameters of type QueryType Modifier and Type Method Description SourceSource. withQueryType(QueryType queryType)Set set value to 'ResultCount'.
-