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:
primaryBytesOut
public abstract long primaryBytesOut()
Gets outbound bytes through primary channel of the peering.
Returns:
secondaryBytesIn
public abstract long secondaryBytesIn()
Gets inbound bytes through secondary channel of the peering.
Returns:
secondaryBytesOut
public abstract long secondaryBytesOut()
Gets outbound bytes through secondary channel of the peering.
Returns:
Applies to
Azure SDK for Java