Class ContainerThrottlingData
java.lang.Object
com.microsoft.azure.management.appservice.ContainerThrottlingData
The ContainerThrottlingData model.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
ContainerThrottlingDatapublic ContainerThrottlingData()
 
- 
- 
Method Details- 
periodsGet the periods value.- Returns:
- the periods value
 
- 
withPeriodsSet the periods value.- Parameters:
- periods- the periods value to set
- Returns:
- the ContainerThrottlingData object itself.
 
- 
throttledPeriodsGet the throttledPeriods value.- Returns:
- the throttledPeriods value
 
- 
withThrottledPeriodsSet the throttledPeriods value.- Parameters:
- throttledPeriods- the throttledPeriods value to set
- Returns:
- the ContainerThrottlingData object itself.
 
- 
throttledTimeGet the throttledTime value.- Returns:
- the throttledTime value
 
- 
withThrottledTimeSet the throttledTime value.- Parameters:
- throttledTime- the throttledTime value to set
- Returns:
- the ContainerThrottlingData object itself.
 
 
-