FluentT
- the type of the resourcepublic static interface WebAppBase.UpdateStages.WithSourceControl<FluentT>
Modifier and Type | Method and Description |
---|---|
WebAppSourceControl.UpdateDefinitionStages.Blank<WebAppBase.Update<FluentT>> |
defineSourceControl()
Starts the definition of a new source control.
|
WebAppBase.Update<FluentT> |
withLocalGitSourceControl()
Specifies the source control to be a local Git repository on the web app.
|
WebAppBase.Update<FluentT> |
withoutSourceControl()
Removes source control for deployment from the web app.
|
WebAppSourceControl.UpdateDefinitionStages.Blank<WebAppBase.Update<FluentT>> defineSourceControl()
WebAppBase.Update<FluentT> withoutSourceControl()
WebAppBase.Update<FluentT> withLocalGitSourceControl()
Copyright © 2019. All rights reserved.