Share via


AzureReachabilityReportItem Constructors

Definition

Overloads

AzureReachabilityReportItem()

Initializes a new instance of the AzureReachabilityReportItem class.

AzureReachabilityReportItem(String, String, IList<AzureReachabilityReportLatencyInfo>)

Initializes a new instance of the AzureReachabilityReportItem class.

AzureReachabilityReportItem()

Initializes a new instance of the AzureReachabilityReportItem class.

public AzureReachabilityReportItem ();
Public Sub New ()

Applies to

AzureReachabilityReportItem(String, String, IList<AzureReachabilityReportLatencyInfo>)

Initializes a new instance of the AzureReachabilityReportItem class.

public AzureReachabilityReportItem (string provider = default, string azureLocation = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportLatencyInfo> latencies = default);
new Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportItem : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportLatencyInfo> -> Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportItem
Public Sub New (Optional provider As String = Nothing, Optional azureLocation As String = Nothing, Optional latencies As IList(Of AzureReachabilityReportLatencyInfo) = Nothing)

Parameters

provider
String

The Internet service provider.

azureLocation
String

The Azure region.

latencies
IList<AzureReachabilityReportLatencyInfo>

List of latency details for each of the time series.

Applies to