你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureReachabilityReportInner 构造函数

定义

重载

AzureReachabilityReportInner()

初始化 AzureReachabilityReportInner 类的新实例。

AzureReachabilityReportInner(String, AzureReachabilityReportLocation, IList<AzureReachabilityReportItem>)

初始化 AzureReachabilityReportInner 类的新实例。

AzureReachabilityReportInner()

初始化 AzureReachabilityReportInner 类的新实例。

public AzureReachabilityReportInner ();
Public Sub New ()

适用于

AzureReachabilityReportInner(String, AzureReachabilityReportLocation, IList<AzureReachabilityReportItem>)

初始化 AzureReachabilityReportInner 类的新实例。

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))

参数

aggregationLevel
String

Azure 可访问性报表的聚合级别。 可以是“国家/地区”、“省/市/自治区/县”或“城市”。

providerLocation
AzureReachabilityReportLocation

定义地理位置的参数。

reachabilityReport
IList<AzureReachabilityReportItem>

Azure 可访问性报表项的列表。

适用于