SiteSourceControl interface
Source control configuration for an app.
- Extends
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. |
Inherited Properties
| id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
| kind | Kind of resource. |
| name | Resource Name. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
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
Inherited Property Details
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyOnlyResource.id
kind
name
Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyOnlyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyOnlyResource.type