SiteSourceControl クラス
アプリのソース管理の構成。
変数はサーバーによってのみ設定され、要求の送信時には無視されます。
- 継承
-
azure.mgmt.web.v2021_01_01.models._models_py3.ProxyOnlyResourceSiteSourceControl
コンストラクター
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)
キーワードのみのパラメーター
名前 | 説明 |
---|---|
kind
|
リソースの種類。 |
repo_url
|
リポジトリまたはソース管理 URL。 |
branch
|
デプロイに使用するブランチの名前。 |
is_manual_integration
|
|
is_git_hub_action
|
|
deployment_rollback_enabled
|
|
is_mercurial
|
|
git_hub_action_configuration
|
[GitHub アクション] が選択されている場合は、関連付けられている構成よりも。 |
変数
名前 | 説明 |
---|---|
id
|
リソース ID。 |
name
|
リソース名。 |
kind
|
リソースの種類。 |
type
|
リソースの種類。 |
repo_url
|
リポジトリまたはソース管理 URL。 |
branch
|
デプロイに使用するブランチの名前。 |
is_manual_integration
|
|
is_git_hub_action
|
|
deployment_rollback_enabled
|
|
is_mercurial
|
|
git_hub_action_configuration
|
[GitHub アクション] が選択されている場合は、関連付けられている構成よりも。 |
Azure SDK for Python