Class ApplicationGatewaySku

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

public class ApplicationGatewaySku extends Object
SKU of an application gateway.
  • Constructor Details

    • ApplicationGatewaySku

      public ApplicationGatewaySku()
  • Method Details

    • name

      Get name of an application gateway SKU. Possible values include: 'Standard_Small', 'Standard_Medium', 'Standard_Large', 'WAF_Medium', 'WAF_Large', 'Standard_v2', 'WAF_v2'.
      Returns:
      the name value
    • withName

      Set name of an application gateway SKU. Possible values include: 'Standard_Small', 'Standard_Medium', 'Standard_Large', 'WAF_Medium', 'WAF_Large', 'Standard_v2', 'WAF_v2'.
      Parameters:
      name - the name value to set
      Returns:
      the ApplicationGatewaySku object itself.
    • tier

      public ApplicationGatewayTier tier()
      Get tier of an application gateway. Possible values include: 'Standard', 'WAF', 'Standard_v2', 'WAF_v2'.
      Returns:
      the tier value
    • withTier

      Set tier of an application gateway. Possible values include: 'Standard', 'WAF', 'Standard_v2', 'WAF_v2'.
      Parameters:
      tier - the tier value to set
      Returns:
      the ApplicationGatewaySku object itself.
    • capacity

      public Integer capacity()
      Get capacity (instance count) of an application gateway.
      Returns:
      the capacity value
    • withCapacity

      public ApplicationGatewaySku withCapacity(Integer capacity)
      Set capacity (instance count) of an application gateway.
      Parameters:
      capacity - the capacity value to set
      Returns:
      the ApplicationGatewaySku object itself.