Partilhar via


ExpressRouteCircuitStats Interface

Implements

public interface ExpressRouteCircuitStats
extends HasInnerModel<ExpressRouteCircuitStatsInner>

Contains stats associated with the peering.

Method Summary

Modifier and Type Method and Description
abstract long primaryBytesIn()

Gets inbound bytes through primary channel of the peering.

abstract long primaryBytesOut()

Gets outbound bytes through primary channel of the peering.

abstract long secondaryBytesIn()

Gets inbound bytes through secondary channel of the peering.

abstract long secondaryBytesOut()

Gets outbound bytes through secondary channel of the peering.

Method Details

primaryBytesIn

public abstract long primaryBytesIn()

Gets inbound bytes through primary channel of the peering.

Returns:

inbound bytes through primary channel of the peering

primaryBytesOut

public abstract long primaryBytesOut()

Gets outbound bytes through primary channel of the peering.

Returns:

outbound bytes through primary channel of the peering

secondaryBytesIn

public abstract long secondaryBytesIn()

Gets inbound bytes through secondary channel of the peering.

Returns:

inbound bytes through secondary channel of the peering

secondaryBytesOut

public abstract long secondaryBytesOut()

Gets outbound bytes through secondary channel of the peering.

Returns:

outbound bytes through secondary channel of the peering

Applies to