AzureReachabilityReport 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
AzureReachabilityReport() |
Initializes a new instance of the AzureReachabilityReport class. |
AzureReachabilityReport(String, AzureReachabilityReportLocation, IList<AzureReachabilityReportItem>) |
Initializes a new instance of the AzureReachabilityReport class. |
AzureReachabilityReport()
Initializes a new instance of the AzureReachabilityReport class.
public AzureReachabilityReport ();
Public Sub New ()
Applies to
AzureReachabilityReport(String, AzureReachabilityReportLocation, IList<AzureReachabilityReportItem>)
Initializes a new instance of the AzureReachabilityReport class.
public AzureReachabilityReport (string aggregationLevel, Microsoft.Azure.Management.Network.Models.AzureReachabilityReportLocation providerLocation, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureReachabilityReportItem> reachabilityReport);
new Microsoft.Azure.Management.Network.Models.AzureReachabilityReport : string * Microsoft.Azure.Management.Network.Models.AzureReachabilityReportLocation * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureReachabilityReportItem> -> Microsoft.Azure.Management.Network.Models.AzureReachabilityReport
Public Sub New (aggregationLevel As String, providerLocation As AzureReachabilityReportLocation, reachabilityReport As IList(Of AzureReachabilityReportItem))
Parameters
- aggregationLevel
- String
The aggregation level of Azure reachability report. Can be Country, State or City.
- providerLocation
- AzureReachabilityReportLocation
Parameters that define a geographic location.
- reachabilityReport
- IList<AzureReachabilityReportItem>
List of Azure reachability report items.