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() |
abstract long | primaryBytesOut() |
abstract long | secondaryBytesIn() |
abstract long | secondaryBytesOut() |
Method Details
primaryBytesIn
public abstract long primaryBytesIn()
Returns:
inbound bytes through primary channel of the peering
primaryBytesOut
public abstract long primaryBytesOut()
Returns:
outbound bytes through primary channel of the peering
secondaryBytesIn
public abstract long secondaryBytesIn()
Returns:
inbound bytes through secondary channel of the peering
secondaryBytesOut
public abstract long secondaryBytesOut()
Returns:
outbound bytes through secondary channel of the peering
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java