Uses of Class
com.microsoft.azure.management.appservice.ContainerNetworkInterfaceStatistics
Packages that use ContainerNetworkInterfaceStatistics
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of ContainerNetworkInterfaceStatistics in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ContainerNetworkInterfaceStatisticsModifier and TypeMethodDescriptionContainerInfo.eth0()Get the eth0 value.ContainerNetworkInterfaceStatistics.withRxBytes(Long rxBytes) Set the rxBytes value.ContainerNetworkInterfaceStatistics.withRxDropped(Long rxDropped) Set the rxDropped value.ContainerNetworkInterfaceStatistics.withRxErrors(Long rxErrors) Set the rxErrors value.ContainerNetworkInterfaceStatistics.withRxPackets(Long rxPackets) Set the rxPackets value.ContainerNetworkInterfaceStatistics.withTxBytes(Long txBytes) Set the txBytes value.ContainerNetworkInterfaceStatistics.withTxDropped(Long txDropped) Set the txDropped value.ContainerNetworkInterfaceStatistics.withTxErrors(Long txErrors) Set the txErrors value.ContainerNetworkInterfaceStatistics.withTxPackets(Long txPackets) Set the txPackets value.Methods in com.microsoft.azure.management.appservice with parameters of type ContainerNetworkInterfaceStatisticsModifier and TypeMethodDescriptionContainerInfo.withEth0(ContainerNetworkInterfaceStatistics eth0) Set the eth0 value.