Uses of Class
com.microsoft.azure.management.trafficmanager.QueryExperience
-
-
Uses of QueryExperience in com.microsoft.azure.management.trafficmanager
Methods in com.microsoft.azure.management.trafficmanager that return QueryExperience Modifier and Type Method Description QueryExperienceQueryExperience. withEndpointId(int endpointId)Set the id of the endpoint from the 'endpoints' array which these queries were routed to.QueryExperienceQueryExperience. withLatency(Double latency)Set the latency experienced by queries originating from this location.QueryExperienceQueryExperience. withQueryCount(int queryCount)Set the number of queries originating from this location.Methods in com.microsoft.azure.management.trafficmanager that return types with arguments of type QueryExperience Modifier and Type Method Description List<QueryExperience>TrafficFlow. queryExperiences()Get the query experiences produced in this HeatMap calculation.Method parameters in com.microsoft.azure.management.trafficmanager with type arguments of type QueryExperience Modifier and Type Method Description TrafficFlowTrafficFlow. withQueryExperiences(List<QueryExperience> queryExperiences)Set the query experiences produced in this HeatMap calculation.
-