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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java