Share via


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

IConnectionMonitorQueryResult 接口

定义

连接状态快照的列表。

public interface IConnectionMonitorQueryResult : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorQueryResultInner>
type IConnectionMonitorQueryResult = interface
    interface IBeta
    interface IHasInner<ConnectionMonitorQueryResultInner>
Public Interface IConnectionMonitorQueryResult
Implements IBeta, IHasInner(Of ConnectionMonitorQueryResultInner)
实现

属性

Inner

连接状态快照的列表。

(继承自 IHasInner<T>)
SourceStatus

获取连接监视器源的状态。

States

获取有关连接状态的信息。

适用于