Share via


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

IExpressRouteCircuitStats 接口

定义

包含与对等互连关联的统计信息。

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

属性

Inner

包含与对等互连关联的统计信息。

(继承自 IHasInner<T>)
PrimaryBytesIn

通过对等互连的主通道获取入站字节。

PrimaryBytesOut

通过对等互连的主通道获取出站字节。

SecondaryBytesIn

通过对等互连的辅助通道获取入站字节。

SecondaryBytesOut

通过对等互连的辅助通道获取出站字节。

适用于