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