IUpdateDefinition<ParentT> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
整個 Web 應用程式原始檔控制定義,作為 Web 應用程式更新的一部分。
public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IGitHubWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IWithBranch<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IWithGitHubAccessToken<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IWithGitHubBranch<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IWithRepositoryType<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithRepositoryType<'ParentT>
interface IWithAttach<'ParentT>
interface IInUpdate<'ParentT>
interface IGitHubWithAttach<'ParentT>
interface IWithGitHubAccessToken<'ParentT>
interface IWithBranch<'ParentT>
interface IWithGitHubBranch<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IGitHubWithAttach(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithBranch(Of ParentT), IWithGitHubAccessToken(Of ParentT), IWithGitHubBranch(Of ParentT), IWithRepositoryType(Of ParentT)
類型參數
- ParentT
最終 UpdateDefinitionStages.WithAttach.attach () 的傳回型別。
- 實作
方法
Attach() |
整個 Web 應用程式原始檔控制定義,作為 Web 應用程式更新的一部分。 (繼承來源 IInUpdate<ParentT>) |
WithBranch(String) |
指定要使用之存放庫中的分支。 (繼承來源 IWithGitHubBranch<ParentT>) |
WithContinuouslyIntegratedGitHubRepository(String, String) |
指定要成為 GitHub 存放庫的存放庫。 將會開啟持續整合。 此存放庫可以是公用或私人,但您的 GitHub 存取權杖必須具有足夠的許可權,才能將 Webhook 新增至存放庫。 (繼承來源 IWithRepositoryType<ParentT>) |
WithContinuouslyIntegratedGitHubRepository(String) |
指定要成為 GitHub 存放庫的存放庫。 將會開啟持續整合。 此存放庫可以是公用或私人,但您的 GitHub 存取權杖必須具有足夠的許可權,才能將 Webhook 新增至存放庫。 (繼承來源 IWithRepositoryType<ParentT>) |
WithGitHubAccessToken(String) |
指定 GitHub 個人存取權杖。 您可以從 取得一個 https://github.com/settings/tokens 。 (繼承來源 IWithGitHubAccessToken<ParentT>) |
WithPublicGitRepository(String) |
指定要成為公用外部存放庫的存放庫,可以是 Git 或 Mercurial。 不會開啟持續整合。 (繼承來源 IWithRepositoryType<ParentT>) |
WithPublicMercurialRepository(String) |
指定要成為公用外部存放庫的存放庫,可以是 Git 或 Mercurial。 不會開啟持續整合。 (繼承來源 IWithRepositoryType<ParentT>) |