TrafficFlow Constructors
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.
Overloads
TrafficFlow() |
Initializes a new instance of the TrafficFlow class. |
TrafficFlow(String, Nullable<Double>, Nullable<Double>, IList<QueryExperience>) |
Initializes a new instance of the TrafficFlow class. |
TrafficFlow()
Initializes a new instance of the TrafficFlow class.
public TrafficFlow ();
Public Sub New ()
Applies to
TrafficFlow(String, Nullable<Double>, Nullable<Double>, IList<QueryExperience>)
Initializes a new instance of the TrafficFlow class.
public TrafficFlow (string sourceIp = default, double? latitude = default, double? longitude = default, System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.Models.QueryExperience> queryExperiences = default);
new Microsoft.Azure.Management.TrafficManager.Fluent.Models.TrafficFlow : string * Nullable<double> * Nullable<double> * System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.Models.QueryExperience> -> Microsoft.Azure.Management.TrafficManager.Fluent.Models.TrafficFlow
Public Sub New (Optional sourceIp As String = Nothing, Optional latitude As Nullable(Of Double) = Nothing, Optional longitude As Nullable(Of Double) = Nothing, Optional queryExperiences As IList(Of QueryExperience) = Nothing)
Parameters
- sourceIp
- String
The IP address that this query experience originated from.
- queryExperiences
- IList<QueryExperience>
The query experiences produced in this HeatMap calculation.