| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCircuitStatsInner |
ExpressRouteCircuitsClient.getPeeringStats(String resourceGroupName,
String circuitName,
String peeringName)
Gets all stats from an express route circuit in a resource group.
|
ExpressRouteCircuitStatsInner |
ExpressRouteCircuitsClient.getStats(String resourceGroupName,
String circuitName)
Gets all the stats from an express route circuit in a resource group.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCircuitStatsInner |
ExpressRouteCircuitPeeringInner.stats()
Get the stats property: The peering stats of express route circuit.
|
ExpressRouteCircuitStatsInner |
ExpressRouteCircuitStatsInner.withPrimarybytesIn(Long primarybytesIn)
Set the primarybytesIn property: The Primary BytesIn of the peering.
|
ExpressRouteCircuitStatsInner |
ExpressRouteCircuitStatsInner.withPrimarybytesOut(Long primarybytesOut)
Set the primarybytesOut property: The primary BytesOut of the peering.
|
ExpressRouteCircuitStatsInner |
ExpressRouteCircuitStatsInner.withSecondarybytesIn(Long secondarybytesIn)
Set the secondarybytesIn property: The secondary BytesIn of the peering.
|
ExpressRouteCircuitStatsInner |
ExpressRouteCircuitStatsInner.withSecondarybytesOut(Long secondarybytesOut)
Set the secondarybytesOut property: The secondary BytesOut of the peering.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCircuitPeeringInner |
ExpressRouteCircuitPeeringInner.withStats(ExpressRouteCircuitStatsInner stats)
Set the stats property: The peering stats of express route circuit.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.