Uses of Class
com.microsoft.azure.management.appservice.ContainerCpuUsage
Packages that use ContainerCpuUsage
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of ContainerCpuUsage in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ContainerCpuUsageModifier and TypeMethodDescriptionContainerCpuStatistics.cpuUsage()Get the cpuUsage value.ContainerCpuUsage.withKernelModeUsage(Long kernelModeUsage) Set the kernelModeUsage value.ContainerCpuUsage.withPerCpuUsage(List<Long> perCpuUsage) Set the perCpuUsage value.ContainerCpuUsage.withTotalUsage(Long totalUsage) Set the totalUsage value.ContainerCpuUsage.withUserModeUsage(Long userModeUsage) Set the userModeUsage value.Methods in com.microsoft.azure.management.appservice with parameters of type ContainerCpuUsageModifier and TypeMethodDescriptionContainerCpuStatistics.withCpuUsage(ContainerCpuUsage cpuUsage) Set the cpuUsage value.