Uses of Class
com.azure.resourcemanager.appservice.models.ContainerCpuStatistics
-
Packages that use ContainerCpuStatistics Package Description com.azure.resourcemanager.appservice.models 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 ContainerCpuStatistics Modifier and Type Method Description ContainerCpuStatisticsContainerInfo. currentCpuStats()Get the currentCpuStats property: The currentCpuStats property.ContainerCpuStatisticsContainerInfo. previousCpuStats()Get the previousCpuStats property: The previousCpuStats property.ContainerCpuStatisticsContainerCpuStatistics. withCpuUsage(ContainerCpuUsage cpuUsage)Set the cpuUsage property: The cpuUsage property.ContainerCpuStatisticsContainerCpuStatistics. withOnlineCpuCount(Integer onlineCpuCount)Set the onlineCpuCount property: The onlineCpuCount property.ContainerCpuStatisticsContainerCpuStatistics. withSystemCpuUsage(Long systemCpuUsage)Set the systemCpuUsage property: The systemCpuUsage property.ContainerCpuStatisticsContainerCpuStatistics. withThrottlingData(ContainerThrottlingData throttlingData)Set the throttlingData property: The throttlingData property.Methods in com.azure.resourcemanager.appservice.models with parameters of type ContainerCpuStatistics Modifier and Type Method Description ContainerInfoContainerInfo. withCurrentCpuStats(ContainerCpuStatistics currentCpuStats)Set the currentCpuStats property: The currentCpuStats property.ContainerInfoContainerInfo. withPreviousCpuStats(ContainerCpuStatistics previousCpuStats)Set the previousCpuStats property: The previousCpuStats property.
-