共用方式為


SiteSourceControlPropertiesOutput interface

SiteSourceControl 資源特定屬性

屬性

branch

要用於部署的分支名稱。

deploymentRollbackEnabled

true 啟用部署復原;否則,false

gitHubActionConfiguration

如果已選取 GitHub Action,則比相關聯的組態還要多。

isGitHubAction

如果這是透過 GitHub 動作部署,true

isManualIntegration

true 限制為手動整合;false 啟用持續整合(其會將 Webhook 設定為 GitHub 等在線存放庫)。

isMercurial

true 水星存放庫;Git 存放庫的 false

repoUrl

存放庫或原始檔控制 URL。

屬性詳細資料

branch

要用於部署的分支名稱。

branch?: string

屬性值

string

deploymentRollbackEnabled

true 啟用部署復原;否則,false

deploymentRollbackEnabled?: boolean

屬性值

boolean

gitHubActionConfiguration

如果已選取 GitHub Action,則比相關聯的組態還要多。

gitHubActionConfiguration?: GitHubActionConfigurationOutput

屬性值

isGitHubAction

如果這是透過 GitHub 動作部署,true

isGitHubAction?: boolean

屬性值

boolean

isManualIntegration

true 限制為手動整合;false 啟用持續整合(其會將 Webhook 設定為 GitHub 等在線存放庫)。

isManualIntegration?: boolean

屬性值

boolean

isMercurial

true 水星存放庫;Git 存放庫的 false

isMercurial?: boolean

屬性值

boolean

repoUrl

存放庫或原始檔控制 URL。

repoUrl?: string

屬性值

string