| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerCpuUsage |
ContainerCpuStatistics.cpuUsage()
Get the cpuUsage property: The cpuUsage property.
|
ContainerCpuUsage |
ContainerCpuUsage.withKernelModeUsage(Long kernelModeUsage)
Set the kernelModeUsage property: The kernelModeUsage property.
|
ContainerCpuUsage |
ContainerCpuUsage.withPerCpuUsage(List<Long> perCpuUsage)
Set the perCpuUsage property: The perCpuUsage property.
|
ContainerCpuUsage |
ContainerCpuUsage.withTotalUsage(Long totalUsage)
Set the totalUsage property: The totalUsage property.
|
ContainerCpuUsage |
ContainerCpuUsage.withUserModeUsage(Long userModeUsage)
Set the userModeUsage property: The userModeUsage property.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerCpuStatistics |
ContainerCpuStatistics.withCpuUsage(ContainerCpuUsage cpuUsage)
Set the cpuUsage property: The cpuUsage property.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.