Class ContainerThrottlingData
java.lang.Object
com.microsoft.azure.management.appservice.ContainerThrottlingData
The ContainerThrottlingData model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionperiods()
Get the periods value.Get the throttledPeriods value.Get the throttledTime value.withPeriods
(Integer periods) Set the periods value.withThrottledPeriods
(Integer throttledPeriods) Set the throttledPeriods value.withThrottledTime
(Integer throttledTime) Set the throttledTime value.
-
Constructor Details
-
ContainerThrottlingData
public ContainerThrottlingData()
-
-
Method Details
-
periods
Get the periods value.- Returns:
- the periods value
-
withPeriods
Set the periods value.- Parameters:
periods
- the periods value to set- Returns:
- the ContainerThrottlingData object itself.
-
throttledPeriods
Get the throttledPeriods value.- Returns:
- the throttledPeriods value
-
withThrottledPeriods
Set the throttledPeriods value.- Parameters:
throttledPeriods
- the throttledPeriods value to set- Returns:
- the ContainerThrottlingData object itself.
-
throttledTime
Get the throttledTime value.- Returns:
- the throttledTime value
-
withThrottledTime
Set the throttledTime value.- Parameters:
throttledTime
- the throttledTime value to set- Returns:
- the ContainerThrottlingData object itself.
-