| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerCpuStatistics |
ContainerInfo.currentCpuStats()
Get the currentCpuStats property: The currentCpuStats property.
|
ContainerCpuStatistics |
ContainerInfo.previousCpuStats()
Get the previousCpuStats property: The previousCpuStats property.
|
ContainerCpuStatistics |
ContainerCpuStatistics.withCpuUsage(ContainerCpuUsage cpuUsage)
Set the cpuUsage property: The cpuUsage property.
|
ContainerCpuStatistics |
ContainerCpuStatistics.withOnlineCpuCount(Integer onlineCpuCount)
Set the onlineCpuCount property: The onlineCpuCount property.
|
ContainerCpuStatistics |
ContainerCpuStatistics.withSystemCpuUsage(Long systemCpuUsage)
Set the systemCpuUsage property: The systemCpuUsage property.
|
ContainerCpuStatistics |
ContainerCpuStatistics.withThrottlingData(ContainerThrottlingData throttlingData)
Set the throttlingData property: The throttlingData property.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerInfo |
ContainerInfo.withCurrentCpuStats(ContainerCpuStatistics currentCpuStats)
Set the currentCpuStats property: The currentCpuStats property.
|
ContainerInfo |
ContainerInfo.withPreviousCpuStats(ContainerCpuStatistics previousCpuStats)
Set the previousCpuStats property: The previousCpuStats property.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.