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

IAzureReachabilityReport 接口

定义

Azure 可访问性报表详细信息的不可变客户端表示形式。

public interface IAzureReachabilityReport : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.INetworkWatcher>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.IAzureReachabilityReport>
type IAzureReachabilityReport = interface
    interface IBeta
    interface IExecutable<IAzureReachabilityReport>
    interface IIndexable
    interface IHasInner<AzureReachabilityReportInner>
    interface IHasParent<INetworkWatcher>
Public Interface IAzureReachabilityReport
Implements IBeta, IExecutable(Of IAzureReachabilityReport), IHasInner(Of AzureReachabilityReportInner), IHasParent(Of INetworkWatcher)
实现

属性

AggregationLevel

获取 Azure 可访问性报告的聚合级别。 可以是国家/地区、省/自治区/地区或城市。

AzureReachabilityReportParameters

获取用于查询可用 Internet 提供程序的参数。

Inner

Azure 可访问性报表详细信息的不可变客户端表示形式。

(继承自 IHasInner<T>)
Key

Azure 可访问性报表详细信息的不可变客户端表示形式。

(继承自 IIndexable)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
ProviderLocation

获取 providerLocation 属性。

ReachabilityReport

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

方法

Execute()

执行请求。

(继承自 IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

异步执行请求。

(继承自 IExecutable<T>)

适用于