azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

56 строки
3.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ExpressRouteCircuitStats"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitStats"
name: "ExpressRouteCircuitStats"
nameWithType: "ExpressRouteCircuitStats"
summary: "Contains stats associated with the peering."
syntax: "public interface **ExpressRouteCircuitStats**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.ExpressRouteCircuitStatsInner?alt=com.microsoft.azure.management.network.implementation.ExpressRouteCircuitStatsInner&text=ExpressRouteCircuitStatsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitStats.primaryBytesIn()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitStats.primaryBytesIn()"
name: "primaryBytesIn()"
nameWithType: "ExpressRouteCircuitStats.primaryBytesIn()"
modifiers:
- "abstract"
syntax: "public abstract long primaryBytesIn()"
returns:
description: "inbound bytes through primary channel of the peering"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitStats.primaryBytesOut()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitStats.primaryBytesOut()"
name: "primaryBytesOut()"
nameWithType: "ExpressRouteCircuitStats.primaryBytesOut()"
modifiers:
- "abstract"
syntax: "public abstract long primaryBytesOut()"
returns:
description: "outbound bytes through primary channel of the peering"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitStats.secondaryBytesIn()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitStats.secondaryBytesIn()"
name: "secondaryBytesIn()"
nameWithType: "ExpressRouteCircuitStats.secondaryBytesIn()"
modifiers:
- "abstract"
syntax: "public abstract long secondaryBytesIn()"
returns:
description: "inbound bytes through secondary channel of the peering"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitStats.secondaryBytesOut()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitStats.secondaryBytesOut()"
name: "secondaryBytesOut()"
nameWithType: "ExpressRouteCircuitStats.secondaryBytesOut()"
modifiers:
- "abstract"
syntax: "public abstract long secondaryBytesOut()"
returns:
description: "outbound bytes through secondary channel of the peering"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Contains stats associated with the peering."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.ExpressRouteCircuitStatsInner?alt=com.microsoft.azure.management.network.implementation.ExpressRouteCircuitStatsInner&text=ExpressRouteCircuitStatsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4