WebAppSourceControl Interface
public interface WebAppSourceControl extends HasInner,ChildResource
An immutable representation of a web app source control configuration in a web app.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | branch() |
boolean | deploymentRollbackEnabled() |
boolean | isManualIntegration() |
Repository |
repositoryType() |
String | repositoryUrl() |
Inherited Members
Method Details
branch
public String branch()
Returns:
the name of the branch to use for deployment
deploymentRollbackEnabled
public boolean deploymentRollbackEnabled()
Returns:
whether deployment rollback is enabled
isManualIntegration
public boolean isManualIntegration()
Returns:
whether to do manual or continuous integration
repositoryType
public RepositoryType repositoryType()
Returns:
mercurial or Git repository type
repositoryUrl
public String repositoryUrl()
Returns:
the repository or source control url
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java