Uses of Class
com.azure.resourcemanager.appservice.models.ContainerThrottlingData
Packages that use ContainerThrottlingData
Package
Description
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 ContainerThrottlingDataModifier and TypeMethodDescriptionstatic ContainerThrottlingDataContainerThrottlingData.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerThrottlingData from the JsonReader.ContainerCpuStatistics.throttlingData()Get the throttlingData property: The throttlingData property.ContainerThrottlingData.withPeriods(Integer periods) Set the periods property: The periods property.ContainerThrottlingData.withThrottledPeriods(Integer throttledPeriods) Set the throttledPeriods property: The throttledPeriods property.ContainerThrottlingData.withThrottledTime(Integer throttledTime) Set the throttledTime property: The throttledTime property.Methods in com.azure.resourcemanager.appservice.models with parameters of type ContainerThrottlingDataModifier and TypeMethodDescriptionContainerCpuStatistics.withThrottlingData(ContainerThrottlingData throttlingData) Set the throttlingData property: The throttlingData property.