Interface ApplicationGateway.DefinitionStages.WithSku

All Known Subinterfaces:
ApplicationGateway.Definition, ApplicationGateway.DefinitionStages.WithCreate, ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
Enclosing interface:
ApplicationGateway.DefinitionStages

public static interface ApplicationGateway.DefinitionStages.WithSku
The stage of an application gateway update allowing to specify the sku.
  • Method Details

    • 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 next stage of the definition
    • withSize

      Specifies the size of the application gateway to create within the context of the selected tier. The API refers to this as the "SKU"/"SkuName", the docs refer to this as the "size" (and docs call Standard vs WAF as the "SKU"), while the portal refers to this as the "SKU size"... The documentation naming sounds the most correct, so following that here.

      By default, the smallest size is used.

      Parameters:
      size - an application gateway SKU name
      Returns:
      the next stage of the definition