Interface ApplicationGateway.DefinitionStages.WithSku
-
- All Known Subinterfaces:
ApplicationGateway.Definition,ApplicationGateway.DefinitionStages.WithCreate,ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
- ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.WithSkuThe stage of an application gateway update allowing to specify the sku.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGateway.DefinitionStages.WithCreatewithSize(ApplicationGatewaySkuName size)Specifies the size of the application gateway to create within the context of the selected tier.ApplicationGateway.DefinitionStages.WithCreatewithTier(ApplicationGatewayTier tier)Set tier of an application gateway.
-
-
-
Method Detail
-
withTier
ApplicationGateway.DefinitionStages.WithCreate withTier(ApplicationGatewayTier tier)
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
ApplicationGateway.DefinitionStages.WithCreate withSize(ApplicationGatewaySkuName size)
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
-
-