Interface WebAppBase.UpdateStages.WithContainerSize<FluentT>

Type Parameters:
FluentT - the type of the resource
All Known Subinterfaces:
DeploymentSlotBase.Update<FluentT>, FunctionApp.Update, WebApp.Update, WebApp.UpdateStages.WithStartUpCommand, WebAppBase.Update<FluentT>
Enclosing interface:
WebAppBase.UpdateStages

public static interface WebAppBase.UpdateStages.WithContainerSize<FluentT>
The stage of web app update allowing to configure container size.
  • Method Summary

    Modifier and Type
    Method
    Description
    withContainerSize(int containerSize)
    Specifies the the amount of memory allocated to each instance of the function app, measured in mebibytes.
  • Method Details

    • withContainerSize

      WebAppBase.Update<FluentT> withContainerSize(int containerSize)
      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 update