Class ContainerThrottlingData

java.lang.Object
com.microsoft.azure.management.appservice.ContainerThrottlingData

public class ContainerThrottlingData extends Object
The ContainerThrottlingData model.
  • Constructor Details

    • ContainerThrottlingData

      public ContainerThrottlingData()
  • Method Details

    • periods

      public Integer periods()
      Get the periods value.
      Returns:
      the periods value
    • withPeriods

      public ContainerThrottlingData withPeriods(Integer periods)
      Set the periods value.
      Parameters:
      periods - the periods value to set
      Returns:
      the ContainerThrottlingData object itself.
    • throttledPeriods

      public Integer throttledPeriods()
      Get the throttledPeriods value.
      Returns:
      the throttledPeriods value
    • withThrottledPeriods

      public ContainerThrottlingData withThrottledPeriods(Integer throttledPeriods)
      Set the throttledPeriods value.
      Parameters:
      throttledPeriods - the throttledPeriods value to set
      Returns:
      the ContainerThrottlingData object itself.
    • throttledTime

      public Integer throttledTime()
      Get the throttledTime value.
      Returns:
      the throttledTime value
    • withThrottledTime

      public ContainerThrottlingData withThrottledTime(Integer throttledTime)
      Set the throttledTime value.
      Parameters:
      throttledTime - the throttledTime value to set
      Returns:
      the ContainerThrottlingData object itself.