Class ApplicationGatewayAutoscaleBounds


  • public class ApplicationGatewayAutoscaleBounds
    extends Object
    Application Gateway autoscale bounds on number of Application Gateway instance.
    • Constructor Detail

      • ApplicationGatewayAutoscaleBounds

        public ApplicationGatewayAutoscaleBounds()
    • Method Detail

      • min

        public int min()
        Get the min value.
        Returns:
        the min value
      • withMin

        public ApplicationGatewayAutoscaleBounds withMin​(int min)
        Set the min value.
        Parameters:
        min - the min value to set
        Returns:
        the ApplicationGatewayAutoscaleBounds object itself.
      • max

        public int max()
        Get the max value.
        Returns:
        the max value
      • withMax

        public ApplicationGatewayAutoscaleBounds withMax​(int max)
        Set the max value.
        Parameters:
        max - the max value to set
        Returns:
        the ApplicationGatewayAutoscaleBounds object itself.