共用方式為


IBlank<ParentT> 介面

定義

Web 應用程式原始檔控制定義的第一個階段,作為 Web 應用程式定義的一部分。

public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.Definition.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>)

適用於