SiteSourceControl Class
Source control configuration for an app.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2020_09_01.models._models_py3.ProxyOnlyResourceSiteSourceControl
Constructor
SiteSourceControl(*, kind: str | None = None, repo_url: str | None = None, branch: str | None = None, is_manual_integration: bool | None = None, is_git_hub_action: bool | None = None, deployment_rollback_enabled: bool | None = None, is_mercurial: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
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
|
|
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
system_data
|
The system metadata relating to this resource. |
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
|
|
Azure SDK for Python