Uses of Class
com.microsoft.azure.management.appservice.ContainerCpuStatistics
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of ContainerCpuStatistics in com.microsoft.azure.management.appservice
Modifier 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.Modifier and TypeMethodDescriptionContainerInfo.withCurrentCpuStats
(ContainerCpuStatistics currentCpuStats) Set the currentCpuStats value.ContainerInfo.withPreviousCpuStats
(ContainerCpuStatistics previousCpuStats) Set the previousCpuStats value.