Uses of Class
com.azure.resourcemanager.appservice.models.ContainerCpuUsage
-
Packages that use ContainerCpuUsage Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of ContainerCpuUsage in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ContainerCpuUsage Modifier and Type Method Description ContainerCpuUsageContainerCpuStatistics. cpuUsage()Get the cpuUsage property: The cpuUsage property.ContainerCpuUsageContainerCpuUsage. withKernelModeUsage(Long kernelModeUsage)Set the kernelModeUsage property: The kernelModeUsage property.ContainerCpuUsageContainerCpuUsage. withPerCpuUsage(List<Long> perCpuUsage)Set the perCpuUsage property: The perCpuUsage property.ContainerCpuUsageContainerCpuUsage. withTotalUsage(Long totalUsage)Set the totalUsage property: The totalUsage property.ContainerCpuUsageContainerCpuUsage. withUserModeUsage(Long userModeUsage)Set the userModeUsage property: The userModeUsage property.Methods in com.azure.resourcemanager.appservice.models with parameters of type ContainerCpuUsage Modifier and Type Method Description ContainerCpuStatisticsContainerCpuStatistics. withCpuUsage(ContainerCpuUsage cpuUsage)Set the cpuUsage property: The cpuUsage property.
-