Interface WebAppBase.DefinitionStages.WithScmSiteAlsoStopped<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.WithScmSiteAlsoStopped<FluentT>A web app definition stage allowing setting if SCM site is also stopped when the web app is stopped.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppBase.DefinitionStages.WithCreate<FluentT>withScmSiteAlsoStopped(boolean scmSiteAlsoStopped)Specifies if SCM site is also stopped when the web app is stopped.
-
-
-
Method Detail
-
withScmSiteAlsoStopped
WebAppBase.DefinitionStages.WithCreate<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 the definition
-
-