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