Uses of Class
com.microsoft.azure.management.appservice.ContainerCpuStatistics
Packages that use ContainerCpuStatistics
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of ContainerCpuStatistics in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ContainerCpuStatisticsModifier and TypeMethodDescriptionContainerInfo.currentCpuStats()
Get the currentCpuStats value.ContainerInfo.previousCpuStats()
Get the previousCpuStats value.ContainerCpuStatistics.withCpuUsage
(ContainerCpuUsage cpuUsage) Set the cpuUsage value.ContainerCpuStatistics.withOnlineCpuCount
(Integer onlineCpuCount) Set the onlineCpuCount value.ContainerCpuStatistics.withSystemCpuUsage
(Long systemCpuUsage) Set the systemCpuUsage value.ContainerCpuStatistics.withThrottlingData
(ContainerThrottlingData throttlingData) Set the throttlingData value.Methods in com.microsoft.azure.management.appservice with parameters of type ContainerCpuStatisticsModifier and TypeMethodDescriptionContainerInfo.withCurrentCpuStats
(ContainerCpuStatistics currentCpuStats) Set the currentCpuStats value.ContainerInfo.withPreviousCpuStats
(ContainerCpuStatistics previousCpuStats) Set the previousCpuStats value.