Uses of Class
com.azure.resourcemanager.monitor.models.QueryType
Packages that use QueryType
Package
Description
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 QueryTypeModifier and TypeFieldDescriptionstatic final QueryTypeQueryType.RESULT_COUNTStatic value ResultCount for QueryType.Methods in com.azure.resourcemanager.monitor.models that return QueryTypeModifier and TypeMethodDescriptionstatic QueryTypeQueryType.fromString(String name) Creates or finds a QueryType from its string representation.Source.queryType()Get the queryType property: Set value to 'ResultCount' .Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type QueryTypeMethods in com.azure.resourcemanager.monitor.models with parameters of type QueryTypeModifier and TypeMethodDescriptionSource.withQueryType(QueryType queryType) Set the queryType property: Set value to 'ResultCount' .