Share via


SiteSourceControlProperties interface

SiteSourceControl resource specific properties

Properties

branch

Name of branch to use for deployment.

deploymentRollbackEnabled

true to enable deployment rollback; otherwise, false.

gitHubActionConfiguration

If GitHub Action is selected, than the associated configuration.

isGitHubAction

true if this is deployed via GitHub action.

isManualIntegration

true to limit to manual integration; false to enable continuous integration (which configures webhooks into online repos like GitHub).

isMercurial

true for a Mercurial repository; false for a Git repository.

repoUrl

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?: GitHubActionConfiguration

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