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

IWithSourceControl<FluentT> 接口

定义

允许设置源代码管理的 Web 应用更新阶段。

public interface IWithSourceControl<FluentT>
type IWithSourceControl<'FluentT> = interface
Public Interface IWithSourceControl(Of FluentT)

类型参数

FluentT

资源类型。

派生

方法

DefineSourceControl()

启动新源代码管理的定义。

WithLocalGitSourceControl()

将源代码管理指定为 Web 应用上的本地 Git 存储库。

WithoutSourceControl()

从 Web 应用中删除用于部署的源代码管理。

适用于