SiteSourceControl Klasse
Quellcodeverwaltungskonfiguration für eine App.
Variablen werden nur vom Server aufgefüllt und beim Senden einer Anforderung ignoriert.
- Vererbung
-
azure.mgmt.web.v2022_09_01.models._models_py3.ProxyOnlyResourceSiteSourceControl
Konstruktor
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, git_hub_action_configuration: _models.GitHubActionConfiguration | None = None, **kwargs: Any)
Nur Schlüsselwortparameter
Name | Beschreibung |
---|---|
kind
|
Art der Ressource. |
repo_url
|
Repository- oder Quellcodeverwaltungs-URL. |
branch
|
Name des Branchs, der für die Bereitstellung verwendet werden soll. |
is_manual_integration
|
|
is_git_hub_action
|
|
deployment_rollback_enabled
|
|
is_mercurial
|
|
git_hub_action_configuration
|
Wenn GitHub Action ausgewählt ist, dann die zugeordnete Konfiguration. |
Variablen
Name | Beschreibung |
---|---|
id
|
Ressourcen-ID. |
name
|
Ressourcenname. |
kind
|
Art der Ressource. |
type
|
Der Ressourcentyp. |
repo_url
|
Repository- oder Quellcodeverwaltungs-URL. |
branch
|
Name des Branchs, der für die Bereitstellung verwendet werden soll. |
is_manual_integration
|
|
is_git_hub_action
|
|
deployment_rollback_enabled
|
|
is_mercurial
|
|
git_hub_action_configuration
|
Wenn GitHub Action ausgewählt ist, dann die zugeordnete Konfiguration. |
Azure SDK for Python