@Beta public interface WebAppSourceControl extends HasInner<com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner>, ChildResource<WebAppBase>
Modifier and Type | Interface and Description |
---|---|
static interface |
WebAppSourceControl.Definition<ParentT>
The entirety of a web app source control definition.
|
static interface |
WebAppSourceControl.DefinitionStages
Grouping of web app source control definition stages applicable as part of a web app creation.
|
static interface |
WebAppSourceControl.UpdateDefinition<ParentT>
The entirety of a web app source control definition as part of a web app update.
|
static interface |
WebAppSourceControl.UpdateDefinitionStages
Grouping of web app source control definition stages applicable as part of a web app update.
|
Modifier and Type | Method and Description |
---|---|
String |
branch() |
boolean |
deploymentRollbackEnabled() |
boolean |
isManualIntegration() |
RepositoryType |
repositoryType() |
String |
repositoryUrl() |
inner
key
String repositoryUrl()
String branch()
boolean isManualIntegration()
boolean deploymentRollbackEnabled()
RepositoryType repositoryType()
Copyright © 2019. All rights reserved.