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.WithWindowsRuntimeStack,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
Modifier and TypeMethodDescriptionwithScmSiteAlsoStopped(boolean scmSiteAlsoStopped) Specifies if SCM site is also stopped when the web app is stopped.
-
Method Details
-
withScmSiteAlsoStopped
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
-