Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteCircuitStatsInner
Packages that use ExpressRouteCircuitStatsInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of ExpressRouteCircuitStatsInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ExpressRouteCircuitStatsInnerModifier and TypeMethodDescriptionExpressRouteCircuitsClient.getPeeringStats(String resourceGroupName, String circuitName, String peeringName) Gets all stats from an express route circuit in a resource group.Gets all the stats from an express route circuit in a resource group.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ExpressRouteCircuitStatsInnerModifier and TypeMethodDescriptionExpressRouteCircuitsClient.getPeeringStatsAsync(String resourceGroupName, String circuitName, String peeringName) Gets all stats from an express route circuit in a resource group.com.azure.core.http.rest.Response<ExpressRouteCircuitStatsInner> ExpressRouteCircuitsClient.getPeeringStatsWithResponse(String resourceGroupName, String circuitName, String peeringName, com.azure.core.util.Context context) Gets all stats from an express route circuit in a resource group.Mono<com.azure.core.http.rest.Response<ExpressRouteCircuitStatsInner>> ExpressRouteCircuitsClient.getPeeringStatsWithResponseAsync(String resourceGroupName, String circuitName, String peeringName) Gets all stats from an express route circuit in a resource group.ExpressRouteCircuitsClient.getStatsAsync(String resourceGroupName, String circuitName) Gets all the stats from an express route circuit in a resource group.com.azure.core.http.rest.Response<ExpressRouteCircuitStatsInner> ExpressRouteCircuitsClient.getStatsWithResponse(String resourceGroupName, String circuitName, com.azure.core.util.Context context) Gets all the stats from an express route circuit in a resource group.Mono<com.azure.core.http.rest.Response<ExpressRouteCircuitStatsInner>> ExpressRouteCircuitsClient.getStatsWithResponseAsync(String resourceGroupName, String circuitName) Gets all the stats from an express route circuit in a resource group. -
Uses of ExpressRouteCircuitStatsInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteCircuitStatsInnerModifier and TypeMethodDescriptionExpressRouteCircuitStatsInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteCircuitStatsInner from the JsonReader.ExpressRouteCircuitPeeringInner.stats()Get the stats property: The peering stats of express route circuit.ExpressRouteCircuitPeeringPropertiesFormatInner.stats()Get the stats property: The peering stats of express route circuit.ExpressRouteCircuitStatsInner.withPrimarybytesIn(Long primarybytesIn) Set the primarybytesIn property: The Primary BytesIn of the peering.ExpressRouteCircuitStatsInner.withPrimarybytesOut(Long primarybytesOut) Set the primarybytesOut property: The primary BytesOut of the peering.ExpressRouteCircuitStatsInner.withSecondarybytesIn(Long secondarybytesIn) Set the secondarybytesIn property: The secondary BytesIn of the peering.ExpressRouteCircuitStatsInner.withSecondarybytesOut(Long secondarybytesOut) Set the secondarybytesOut property: The secondary BytesOut of the peering.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ExpressRouteCircuitStatsInnerModifier and TypeMethodDescriptionExpressRouteCircuitPeeringInner.withStats(ExpressRouteCircuitStatsInner stats) Set the stats property: The peering stats of express route circuit.ExpressRouteCircuitPeeringPropertiesFormatInner.withStats(ExpressRouteCircuitStatsInner stats) Set the stats property: The peering stats of express route circuit.