Uses of Class
com.azure.resourcemanager.trafficmanager.models.QueryExperience
Packages that use QueryExperience
Package
Description
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 QueryExperienceModifier and TypeMethodDescriptionQueryExperience.withEndpointId(int endpointId) Set the endpointId property: The id of the endpoint from the 'endpoints' array which these queries were routed to.QueryExperience.withLatency(Double latency) Set the latency property: The latency experienced by queries originating from this location.QueryExperience.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 QueryExperienceModifier and TypeMethodDescriptionTrafficFlow.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 QueryExperienceModifier and TypeMethodDescriptionTrafficFlow.withQueryExperiences(List<QueryExperience> queryExperiences) Set the queryExperiences property: The query experiences produced in this HeatMap calculation.