IWithSourceControl<FluentT>.WithLocalGitSourceControl Method
Definition
Specifies the source control to be a local Git repository on the web app.
public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithLocalGitSourceControl ();
abstract member WithLocalGitSourceControl : unit -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithLocalGitSourceControl () As IUpdate(Of FluentT)