Uses of Class
com.azure.resourcemanager.monitor.models.QueryType
-
Packages that use QueryType Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of QueryType in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as QueryType Modifier and Type Field Description static QueryTypeQueryType. RESULT_COUNTStatic value ResultCount for QueryType.Methods in com.azure.resourcemanager.monitor.models 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 the queryType property: Set value to 'ResultCount' .Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type QueryType Modifier and Type Method Description static Collection<QueryType>QueryType. values()Methods in com.azure.resourcemanager.monitor.models with parameters of type QueryType Modifier and Type Method Description SourceSource. withQueryType(QueryType queryType)Set the queryType property: Set value to 'ResultCount' .
-