SiteSourceControl クラス

アプリのソース管理の構成。

変数はサーバーによってのみ設定され、要求の送信時には無視されます。

継承
azure.mgmt.web.v2020_12_01.models._models_py3.ProxyOnlyResource
SiteSourceControl

コンストラクター

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
str

リソースの種類。

repo_url
str

リポジトリまたはソース管理 URL。

branch
str

デプロイに使用するブランチの名前。

is_manual_integration

<code>true</code> 手動統合に制限する場合。 <code>false</code> 継続的インテグレーションを有効にするには (Webhook を GitHub などのオンライン リポジトリに構成します)。

is_git_hub_action

<code>true</code> GitHub アクションを使用してデプロイされる場合は 。

deployment_rollback_enabled

<code>true</code> デプロイのロールバックを有効にするには、それ以外の場合は <code>false</code>

is_mercurial

<code>true</code> Mercurial リポジトリの場合。 <code>false</code> Git リポジトリの場合は 。

git_hub_action_configuration

GitHub Action が選択されている場合は、関連付けられている構成よりも。

変数

名前 説明
id
str

リソース ID。

name
str

リソース名。

kind
str

リソースの種類。

type
str

リソースの種類。

repo_url
str

リポジトリまたはソース管理 URL。

branch
str

デプロイに使用するブランチの名前。

is_manual_integration

<code>true</code> 手動統合に制限する場合。 <code>false</code> 継続的インテグレーションを有効にするには (Webhook を GitHub などのオンライン リポジトリに構成します)。

is_git_hub_action

<code>true</code> GitHub アクションを使用してデプロイされる場合は 。

deployment_rollback_enabled

<code>true</code> デプロイのロールバックを有効にするには、それ以外の場合は <code>false</code>

is_mercurial

<code>true</code> Mercurial リポジトリの場合。 <code>false</code> Git リポジトリの場合は 。

git_hub_action_configuration

GitHub Action が選択されている場合は、関連付けられている構成よりも。