AzureReachabilityReportItem 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
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.Models.AzureReachabilityReportLatencyInfo> latencies = default);
new Microsoft.Azure.Management.Network.Models.AzureReachabilityReportItem : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureReachabilityReportLatencyInfo> -> Microsoft.Azure.Management.Network.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.