Interface WebAppBase.DefinitionStages.WithContainerSize<FluentT>
- Type Parameters:
FluentT- the type of the resource
- All Known Subinterfaces:
DeploymentSlot.Definition,DeploymentSlot.DefinitionStages.WithCreate,FunctionApp.Definition,FunctionApp.DefinitionStages.WithCreate,FunctionDeploymentSlot.Definition,FunctionDeploymentSlot.DefinitionStages.WithCreate,WebApp.Definition,WebApp.DefinitionStages.WithCreate,WebApp.DefinitionStages.WithStartUpCommand,WebApp.DefinitionStages.WithWindowsAppFramework,WebAppBase.Definition<FluentT>,WebAppBase.DefinitionStages.WithCreate<FluentT>,WebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate<FluentT>,WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>
- Enclosing interface:
WebAppBase.DefinitionStages
public static interface WebAppBase.DefinitionStages.WithContainerSize<FluentT>
The stage of web app definition allowing to configure container size.
-
Method Summary
Modifier and TypeMethodDescriptionwithContainerSize(int containerSize) Specifies the the amount of memory allocated to each instance of the function app, measured in mebibytes.
-
Method Details
-
withContainerSize
Specifies the the amount of memory allocated to each instance of the function app, measured in mebibytes.- Parameters:
containerSize- container size, possible values: 128, 192, 256, 320, 384, 448, 512, 576, 640, 704, 768, 832, 896, 960, 1024, 1088, 1152, 1216, 1280, 1344, 1408, 1472, 1536, etc- Returns:
- the next stage of the definition
-