Uses of Class
com.azure.resourcemanager.appservice.models.ContainerCpuUsage
Packages that use ContainerCpuUsage
Package
Description
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 ContainerCpuUsageModifier and TypeMethodDescriptionContainerCpuStatistics.cpuUsage()Get the cpuUsage property: The cpuUsage property.static ContainerCpuUsageContainerCpuUsage.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerCpuUsage from the JsonReader.ContainerCpuUsage.withKernelModeUsage(Long kernelModeUsage) Set the kernelModeUsage property: The kernelModeUsage property.ContainerCpuUsage.withPerCpuUsage(List<Long> perCpuUsage) Set the perCpuUsage property: The perCpuUsage property.ContainerCpuUsage.withTotalUsage(Long totalUsage) Set the totalUsage property: The totalUsage property.ContainerCpuUsage.withUserModeUsage(Long userModeUsage) Set the userModeUsage property: The userModeUsage property.Methods in com.azure.resourcemanager.appservice.models with parameters of type ContainerCpuUsageModifier and TypeMethodDescriptionContainerCpuStatistics.withCpuUsage(ContainerCpuUsage cpuUsage) Set the cpuUsage property: The cpuUsage property.