Uses of Class
com.azure.resourcemanager.appservice.models.ContainerThrottlingData
-
Packages that use ContainerThrottlingData Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of ContainerThrottlingData in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ContainerThrottlingData Modifier and Type Method Description ContainerThrottlingDataContainerCpuStatistics. throttlingData()Get the throttlingData property: The throttlingData property.ContainerThrottlingDataContainerThrottlingData. withPeriods(Integer periods)Set the periods property: The periods property.ContainerThrottlingDataContainerThrottlingData. withThrottledPeriods(Integer throttledPeriods)Set the throttledPeriods property: The throttledPeriods property.ContainerThrottlingDataContainerThrottlingData. withThrottledTime(Integer throttledTime)Set the throttledTime property: The throttledTime property.Methods in com.azure.resourcemanager.appservice.models with parameters of type ContainerThrottlingData Modifier and Type Method Description ContainerCpuStatisticsContainerCpuStatistics. withThrottlingData(ContainerThrottlingData throttlingData)Set the throttlingData property: The throttlingData property.
-