TrafficFlow Class

Class representing a Traffic Manager HeatMap traffic flow properties.

Inheritance
TrafficFlow

Constructor

TrafficFlow(*, source_ip: Optional[str] = None, latitude: Optional[float] = None, longitude: Optional[float] = None, query_experiences: Optional[List[azure.mgmt.trafficmanager.models._models_py3.QueryExperience]] = None, **kwargs)

Variables

source_ip
str

The IP address that this query experience originated from.

latitude
float

The approximate latitude that these queries originated from.

longitude
float

The approximate longitude that these queries originated from.

query_experiences
list[QueryExperience]

The query experiences produced in this HeatMap calculation.