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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java