Interface ApplicationGateway.UpdateStages.WithSku
-
- All Known Subinterfaces:
ApplicationGateway.Update
- Enclosing interface:
- ApplicationGateway.UpdateStages
public static interface ApplicationGateway.UpdateStages.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.UpdatewithSize(ApplicationGatewaySkuName size)Specifies the size of the application gateway to use within the context of the selected tier.ApplicationGateway.UpdatewithTier(ApplicationGatewayTier tier)Set tier of an application gateway.
-
-
-
Method Detail
-
withTier
ApplicationGateway.Update 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 update
-
withSize
ApplicationGateway.Update withSize(ApplicationGatewaySkuName size)
Specifies the size of the application gateway to use within the context of the selected tier.- Parameters:
size- an application gateway size name- Returns:
- the next stage of the update
-
-