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

IBlank<ParentT> 接口

定义

Web 应用源代码管理定义的第一阶段,作为 Web 应用更新的一部分。

public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IWithRepositoryType<ParentT>
type IBlank<'ParentT> = interface
    interface IWithRepositoryType<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithRepositoryType(Of ParentT)

类型参数

ParentT

最终 Attachable.attach () 的返回类型。

派生
实现

方法

WithContinuouslyIntegratedGitHubRepository(String)

将存储库指定为 GitHub 存储库。 持续集成将打开。 此存储库可以是公共的,也可以是专用的,但 GitHub 访问令牌必须具有足够的权限才能将 Webhook 添加到存储库。

(继承自 IWithRepositoryType<ParentT>)
WithContinuouslyIntegratedGitHubRepository(String, String)

将存储库指定为 GitHub 存储库。 持续集成将打开。 此存储库可以是公共的,也可以是专用的,但 GitHub 访问令牌必须具有足够的权限才能将 Webhook 添加到存储库。

(继承自 IWithRepositoryType<ParentT>)
WithPublicGitRepository(String)

将存储库指定为公共外部存储库(Git 或 Mercurial)。 不会打开持续集成。

(继承自 IWithRepositoryType<ParentT>)
WithPublicMercurialRepository(String)

将存储库指定为公共外部存储库(Git 或 Mercurial)。 不会打开持续集成。

(继承自 IWithRepositoryType<ParentT>)

适用于