IExpressRouteCircuitStats Interface

Definition

Contains stats associated with the peering.

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

Properties

Inner (Inherited from IHasInner<T>)
PrimaryBytesIn

Gets inbound bytes through primary channel of the peering.

PrimaryBytesOut

Gets outbound bytes through primary channel of the peering.

SecondaryBytesIn

Gets inbound bytes through secondary channel of the peering.

SecondaryBytesOut

Gets outbound bytes through secondary channel of the peering.

Applies to