SiteSourceControlProperties Class
SiteSourceControl resource specific properties.
Constructor
SiteSourceControlProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
repo_url
|
Repository or source control URL. |
|
branch
|
Name of branch to use for deployment. |
|
is_manual_integration
|
|
|
is_git_hub_action
|
|
|
deployment_rollback_enabled
|
|
|
is_mercurial
|
|
|
git_hub_action_configuration
|
If GitHub Action is selected, than the associated configuration. |
Attributes
branch
Name of branch to use for deployment.
branch: str | None
deployment_rollback_enabled
true to enable deployment rollback; otherwise, false.
deployment_rollback_enabled: bool | None
git_hub_action_configuration
If GitHub Action is selected, than the associated configuration.
git_hub_action_configuration: _models.GitHubActionConfiguration | None
is_git_hub_action
true if this is deployed via GitHub action.
is_git_hub_action: bool | None
is_manual_integration
true to limit to manual integration; false to enable continuous
integration (which configures webhooks into online repos like GitHub).
is_manual_integration: bool | None
is_mercurial
true for a Mercurial repository; false for a Git repository.
is_mercurial: bool | None
repo_url
Repository or source control URL.
repo_url: str | None