Interface WebAppBase.DefinitionStages.WithSourceControl<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.WithSourceControl<FluentT>
A web app definition stage allowing source control to be set.
-
Method Summary
Modifier and TypeMethodDescriptionStarts the definition of a new source control.Specifies the source control to be a local Git repository on the web app.
-
Method Details
-
defineSourceControl
WebAppSourceControl.DefinitionStages.Blank<WebAppBase.DefinitionStages.WithCreate<FluentT>> defineSourceControl()Starts the definition of a new source control.- Returns:
- the first stage of a source control definition
-
withLocalGitSourceControl
WebAppBase.DefinitionStages.WithCreate<FluentT> withLocalGitSourceControl()Specifies the source control to be a local Git repository on the web app.- Returns:
- the next stage of the definition
-