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.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET