SiteSourceControlPropertiesOutput interface
SiteSourceControl resource specific properties
Properties
| branch | Name of branch to use for deployment. |
| deployment |
|
| git |
If GitHub Action is selected, than the associated configuration. |
| is |
|
| is |
|
| is |
|
| repo |
Repository or source control URL. |
Property Details
branch
Name of branch to use for deployment.
branch?: string
Property Value
string
deploymentRollbackEnabled
true to enable deployment rollback; otherwise, false.
deploymentRollbackEnabled?: boolean
Property Value
boolean
gitHubActionConfiguration
If GitHub Action is selected, than the associated configuration.
gitHubActionConfiguration?: GitHubActionConfigurationOutput
Property Value
isGitHubAction
true if this is deployed via GitHub action.
isGitHubAction?: boolean
Property Value
boolean
isManualIntegration
true to limit to manual integration; false to enable continuous integration (which configures webhooks into online repos like GitHub).
isManualIntegration?: boolean
Property Value
boolean
isMercurial
true for a Mercurial repository; false for a Git repository.
isMercurial?: boolean
Property Value
boolean
repoUrl
Repository or source control URL.
repoUrl?: string
Property Value
string