Interface WebAppBase.UpdateStages.WithScmSiteAlsoStopped<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.WithScmSiteAlsoStopped<FluentT>
The stage of the web app update allowing setting if SCM site is also stopped when the web app is stopped.
  • Method Summary

    Modifier and Type
    Method
    Description
    withScmSiteAlsoStopped(boolean scmSiteAlsoStopped)
    Specifies if SCM site is also stopped when the web app is stopped.
  • Method Details

    • withScmSiteAlsoStopped

      WebAppBase.Update<FluentT> withScmSiteAlsoStopped(boolean scmSiteAlsoStopped)
      Specifies if SCM site is also stopped when the web app is stopped.
      Parameters:
      scmSiteAlsoStopped - true if SCM site is also stopped
      Returns:
      the next stage of web app update