IExpressRouteCircuitStats Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |