Class ApplicationGatewayAutoscaleConfiguration

java.lang.Object
com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration

public class ApplicationGatewayAutoscaleConfiguration extends Object
Application Gateway autoscale configuration.
  • Constructor Details

    • ApplicationGatewayAutoscaleConfiguration

      public ApplicationGatewayAutoscaleConfiguration()
  • Method Details

    • minCapacity

      public int minCapacity()
      Get lower bound on number of Application Gateway capacity.
      Returns:
      the minCapacity value
    • withMinCapacity

      public ApplicationGatewayAutoscaleConfiguration withMinCapacity(int minCapacity)
      Set lower bound on number of Application Gateway capacity.
      Parameters:
      minCapacity - the minCapacity value to set
      Returns:
      the ApplicationGatewayAutoscaleConfiguration object itself.
    • maxCapacity

      public Integer maxCapacity()
      Get upper bound on number of Application Gateway capacity.
      Returns:
      the maxCapacity value
    • withMaxCapacity

      public ApplicationGatewayAutoscaleConfiguration withMaxCapacity(Integer maxCapacity)
      Set upper bound on number of Application Gateway capacity.
      Parameters:
      maxCapacity - the maxCapacity value to set
      Returns:
      the ApplicationGatewayAutoscaleConfiguration object itself.