IBlank<ParentT> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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>) |