SourceControlProperties interface
SourceControl 资源特定属性
属性
| branch | 将触发自动部署的分支 |
| github |
如果用户未提供这些设置,则包含所有可能设置的容器应用修订模板和默认值。 默认值将按创建时的状态填充 |
| operation |
作的当前预配状态 |
| repo |
要集成到 ContainerApp 的存储库 URL。 |
属性详细信息
branch
将触发自动部署的分支
branch?: string
属性值
string
githubActionConfiguration
如果用户未提供这些设置,则包含所有可能设置的容器应用修订模板和默认值。 默认值将按创建时的状态填充
githubActionConfiguration?: GithubActionConfiguration
属性值
operationState
作的当前预配状态
operationState?: string
属性值
string
repoUrl
要集成到 ContainerApp 的存储库 URL。
repoUrl?: string
属性值
string