Interface ApplicationGateway.UpdateStages.WithSize
-
- All Known Subinterfaces:
ApplicationGateway.Update
- Enclosing interface:
- ApplicationGateway.UpdateStages
public static interface ApplicationGateway.UpdateStages.WithSizeThe stage of an application gateway update allowing to specify the size.
-
-
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.
-
-
-
Method Detail
-
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
-
-