ArmTrafficManagerModelFactory.TrafficManagerHeatMapTrafficFlow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.TrafficManager.Models.TrafficManagerHeatMapTrafficFlow TrafficManagerHeatMapTrafficFlow(System.Net.IPAddress sourceIP = default, double? latitude = default, double? longitude = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.TrafficManager.Models.TrafficManagerHeatMapQueryExperience> queryExperiences = default);
static member TrafficManagerHeatMapTrafficFlow : System.Net.IPAddress * Nullable<double> * Nullable<double> * seq<Azure.ResourceManager.TrafficManager.Models.TrafficManagerHeatMapQueryExperience> -> Azure.ResourceManager.TrafficManager.Models.TrafficManagerHeatMapTrafficFlow
Public Shared Function TrafficManagerHeatMapTrafficFlow (Optional sourceIP As IPAddress = Nothing, Optional latitude As Nullable(Of Double) = Nothing, Optional longitude As Nullable(Of Double) = Nothing, Optional queryExperiences As IEnumerable(Of TrafficManagerHeatMapQueryExperience) = Nothing) As TrafficManagerHeatMapTrafficFlow
Parameters
- sourceIP
- IPAddress
The IP address that this query experience originated from.
- queryExperiences
- IEnumerable<TrafficManagerHeatMapQueryExperience>
The query experiences produced in this HeatMap calculation.
Returns
A new TrafficManagerHeatMapTrafficFlow instance for mocking.