Interface ApplicationGateway.DefinitionStages.WithSize
-
- All Known Subinterfaces:
ApplicationGateway.Definition,ApplicationGateway.DefinitionStages.WithCreate,ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
- ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.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.DefinitionStages.WithCreatewithSize(ApplicationGatewaySkuName size)Specifies the size of the application gateway to create within the context of the selected tier.
-
-
-
Method Detail
-
withSize
ApplicationGateway.DefinitionStages.WithCreate withSize(ApplicationGatewaySkuName size)
Specifies the size of the application gateway to create within the context of the selected tier.By default, the smallest size is used.
- Parameters:
size- an application gateway SKU name- Returns:
- the next stage of the definition
-
-