Uses of Class
com.azure.resourcemanager.trafficmanager.models.TrafficFlow
-
Packages that use TrafficFlow Package Description com.azure.resourcemanager.trafficmanager.fluent.models Package containing the inner data models for TrafficManagerManagementClient.com.azure.resourcemanager.trafficmanager.models Package containing the data models for TrafficManagerManagementClient. -
-
Uses of TrafficFlow in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return types with arguments of type TrafficFlow Modifier and Type Method Description List<TrafficFlow>HeatMapModelInner. trafficFlows()Get the trafficFlows property: The traffic flows produced in this HeatMap calculation.Method parameters in com.azure.resourcemanager.trafficmanager.fluent.models with type arguments of type TrafficFlow Modifier and Type Method Description HeatMapModelInnerHeatMapModelInner. withTrafficFlows(List<TrafficFlow> trafficFlows)Set the trafficFlows property: The traffic flows produced in this HeatMap calculation. -
Uses of TrafficFlow in com.azure.resourcemanager.trafficmanager.models
Methods in com.azure.resourcemanager.trafficmanager.models that return TrafficFlow Modifier and Type Method Description TrafficFlowTrafficFlow. withLatitude(Double latitude)Set the latitude property: The approximate latitude that these queries originated from.TrafficFlowTrafficFlow. withLongitude(Double longitude)Set the longitude property: The approximate longitude that these queries originated from.TrafficFlowTrafficFlow. withQueryExperiences(List<QueryExperience> queryExperiences)Set the queryExperiences property: The query experiences produced in this HeatMap calculation.TrafficFlowTrafficFlow. withSourceIp(String sourceIp)Set the sourceIp property: The IP address that this query experience originated from.
-