Uses of Class
com.azure.resourcemanager.appservice.models.ContainerCpuStatistics
Packages that use ContainerCpuStatistics
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of ContainerCpuStatistics in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ContainerCpuStatisticsModifier and TypeMethodDescriptionContainerInfo.currentCpuStats()Get the currentCpuStats property: The currentCpuStats property.static ContainerCpuStatisticsContainerCpuStatistics.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerCpuStatistics from the JsonReader.ContainerInfo.previousCpuStats()Get the previousCpuStats property: The previousCpuStats property.ContainerCpuStatistics.withCpuUsage(ContainerCpuUsage cpuUsage) Set the cpuUsage property: The cpuUsage property.ContainerCpuStatistics.withOnlineCpuCount(Integer onlineCpuCount) Set the onlineCpuCount property: The onlineCpuCount property.ContainerCpuStatistics.withSystemCpuUsage(Long systemCpuUsage) Set the systemCpuUsage property: The systemCpuUsage property.ContainerCpuStatistics.withThrottlingData(ContainerThrottlingData throttlingData) Set the throttlingData property: The throttlingData property.Methods in com.azure.resourcemanager.appservice.models with parameters of type ContainerCpuStatisticsModifier and TypeMethodDescriptionContainerInfo.withCurrentCpuStats(ContainerCpuStatistics currentCpuStats) Set the currentCpuStats property: The currentCpuStats property.ContainerInfo.withPreviousCpuStats(ContainerCpuStatistics previousCpuStats) Set the previousCpuStats property: The previousCpuStats property.