Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteCircuitStatsInner
-
Packages that use ExpressRouteCircuitStatsInner 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. -
-
Uses of ExpressRouteCircuitStatsInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ExpressRouteCircuitStatsInner Modifier and Type Method Description ExpressRouteCircuitStatsInnerExpressRouteCircuitsClient. getPeeringStats(String resourceGroupName, String circuitName, String peeringName)Gets all stats from an express route circuit in a resource group.ExpressRouteCircuitStatsInnerExpressRouteCircuitsClient. getStats(String resourceGroupName, String circuitName)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 ExpressRouteCircuitStatsInner Modifier and Type Method Description Mono<ExpressRouteCircuitStatsInner>ExpressRouteCircuitsClient. 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.Mono<ExpressRouteCircuitStatsInner>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 ExpressRouteCircuitStatsInner Modifier and Type Method Description ExpressRouteCircuitStatsInnerExpressRouteCircuitPeeringInner. stats()Get the stats property: The peering stats of express route circuit.ExpressRouteCircuitStatsInnerExpressRouteCircuitPeeringPropertiesFormatInner. stats()Get the stats property: The peering stats of express route circuit.ExpressRouteCircuitStatsInnerExpressRouteCircuitStatsInner. withPrimarybytesIn(Long primarybytesIn)Set the primarybytesIn property: The Primary BytesIn of the peering.ExpressRouteCircuitStatsInnerExpressRouteCircuitStatsInner. withPrimarybytesOut(Long primarybytesOut)Set the primarybytesOut property: The primary BytesOut of the peering.ExpressRouteCircuitStatsInnerExpressRouteCircuitStatsInner. withSecondarybytesIn(Long secondarybytesIn)Set the secondarybytesIn property: The secondary BytesIn of the peering.ExpressRouteCircuitStatsInnerExpressRouteCircuitStatsInner. 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 ExpressRouteCircuitStatsInner Modifier and Type Method Description ExpressRouteCircuitPeeringInnerExpressRouteCircuitPeeringInner. withStats(ExpressRouteCircuitStatsInner stats)Set the stats property: The peering stats of express route circuit.ExpressRouteCircuitPeeringPropertiesFormatInnerExpressRouteCircuitPeeringPropertiesFormatInner. withStats(ExpressRouteCircuitStatsInner stats)Set the stats property: The peering stats of express route circuit.
-