你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SourceControlProperties interface

SourceControl 资源特定属性

属性

branch

将触发自动部署的分支

githubActionConfiguration

如果用户未提供这些设置,则包含所有可能设置的容器应用修订模板和默认值。 默认值将按创建时的状态填充

operationState

作的当前预配状态

repoUrl

要集成到 ContainerApp 的存储库 URL。

属性详细信息

branch

将触发自动部署的分支

branch?: string

属性值

string

githubActionConfiguration

如果用户未提供这些设置,则包含所有可能设置的容器应用修订模板和默认值。 默认值将按创建时的状态填充

githubActionConfiguration?: GithubActionConfiguration

属性值

operationState

作的当前预配状态

operationState?: string

属性值

string

repoUrl

要集成到 ContainerApp 的存储库 URL。

repoUrl?: string

属性值

string