次の方法で共有


SiteSourceControlProperties interface

SiteSourceControl リソース固有のプロパティ

プロパティ

branch

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

deploymentRollbackEnabled

デプロイのロールバックを有効にする true。それ以外の場合は、falseします。

gitHubActionConfiguration

GitHub アクションが選択されている場合は、関連付けられている構成より。

isGitHubAction

これが GitHub アクションを使用してデプロイされる場合は、true します。

isManualIntegration

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

isMercurial

Mercurial リポジトリの true。Git リポジトリの false

repoUrl

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

プロパティの詳細

branch

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

branch?: string

プロパティ値

string

deploymentRollbackEnabled

デプロイのロールバックを有効にする true。それ以外の場合は、falseします。

deploymentRollbackEnabled?: boolean

プロパティ値

boolean

gitHubActionConfiguration

GitHub アクションが選択されている場合は、関連付けられている構成より。

gitHubActionConfiguration?: GitHubActionConfiguration

プロパティ値

isGitHubAction

これが GitHub アクションを使用してデプロイされる場合は、true します。

isGitHubAction?: boolean

プロパティ値

boolean

isManualIntegration

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

isManualIntegration?: boolean

プロパティ値

boolean

isMercurial

Mercurial リポジトリの true。Git リポジトリの false

isMercurial?: boolean

プロパティ値

boolean

repoUrl

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

repoUrl?: string

プロパティ値

string