Uses of Class
com.azure.resourcemanager.trafficmanager.models.TrafficFlow
Packages that use TrafficFlow
Package
Description
Package containing the inner data models for TrafficManagerManagementClient.
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 TrafficFlowModifier and TypeMethodDescriptionHeatMapModelInner.trafficFlows()Get the trafficFlows property: The traffic flows produced in this HeatMap calculation.HeatMapProperties.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 TrafficFlowModifier and TypeMethodDescriptionHeatMapModelInner.withTrafficFlows(List<TrafficFlow> trafficFlows) Set the trafficFlows property: The traffic flows produced in this HeatMap calculation.HeatMapProperties.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 TrafficFlowModifier and TypeMethodDescriptionstatic TrafficFlowTrafficFlow.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TrafficFlow from the JsonReader.TrafficFlow.withLatitude(Double latitude) Set the latitude property: The approximate latitude that these queries originated from.TrafficFlow.withLongitude(Double longitude) Set the longitude property: The approximate longitude that these queries originated from.TrafficFlow.withQueryExperiences(List<QueryExperience> queryExperiences) Set the queryExperiences property: The query experiences produced in this HeatMap calculation.TrafficFlow.withSourceIp(String sourceIp) Set the sourceIp property: The IP address that this query experience originated from.