Uses of Class
com.microsoft.azure.management.appservice.ContainerThrottlingData
Packages that use ContainerThrottlingData
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of ContainerThrottlingData in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ContainerThrottlingDataModifier and TypeMethodDescriptionContainerCpuStatistics.throttlingData()
Get the throttlingData value.ContainerThrottlingData.withPeriods
(Integer periods) Set the periods value.ContainerThrottlingData.withThrottledPeriods
(Integer throttledPeriods) Set the throttledPeriods value.ContainerThrottlingData.withThrottledTime
(Integer throttledTime) Set the throttledTime value.Methods in com.microsoft.azure.management.appservice with parameters of type ContainerThrottlingDataModifier and TypeMethodDescriptionContainerCpuStatistics.withThrottlingData
(ContainerThrottlingData throttlingData) Set the throttlingData value.