AzureReachabilityReportInner 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
AzureReachabilityReportInner() |
Initializes a new instance of the AzureReachabilityReportInner class. |
AzureReachabilityReportInner(String, AzureReachabilityReportLocation, IList<AzureReachabilityReportItem>) |
Initializes a new instance of the AzureReachabilityReportInner class. |
AzureReachabilityReportInner()
Initializes a new instance of the AzureReachabilityReportInner class.
public AzureReachabilityReportInner ();
Public Sub New ()
Applies to
AzureReachabilityReportInner(String, AzureReachabilityReportLocation, IList<AzureReachabilityReportItem>)
Initializes a new instance of the AzureReachabilityReportInner class.
public AzureReachabilityReportInner (string aggregationLevel, Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportLocation providerLocation, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportItem> reachabilityReport);
new Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportInner : string * Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportLocation * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportItem> -> Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportInner
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.