你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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