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'.

      Application Gateway V1 is officially deprecated on April 28, 2023. See v1-retirement-timeline for V1 retirement timeline and start planning your migration to Application Gateway V2 today.

      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.

      Application Gateway V1 is officially deprecated on April 28, 2023. See v1-retirement-timeline for V1 retirement timeline and start planning your migration to Application Gateway V2 today.

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