Uses of Class
com.microsoft.azure.management.trafficmanager.QueryExperience
Package
Description
This package contains the classes for TrafficManagerManagementClient.
-
Uses of QueryExperience in com.microsoft.azure.management.trafficmanager
Modifier and TypeMethodDescriptionQueryExperience.withEndpointId
(int endpointId) Set the id of the endpoint from the 'endpoints' array which these queries were routed to.QueryExperience.withLatency
(Double latency) Set the latency experienced by queries originating from this location.QueryExperience.withQueryCount
(int queryCount) Set the number of queries originating from this location.Modifier and TypeMethodDescriptionTrafficFlow.queryExperiences()
Get the query experiences produced in this HeatMap calculation.Modifier and TypeMethodDescriptionTrafficFlow.withQueryExperiences
(List<QueryExperience> queryExperiences) Set the query experiences produced in this HeatMap calculation.