IGitHubWithAttach<ParentT> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
系結至 GitHub 帳戶之 Web 應用程式原始檔控制定義的最後一個階段。 在這個階段中,您可以指定任何剩餘的選擇性設定,或使用 WithAttach.attach () 將 Web 應用程式原始檔控制定義附加至父 Web 應用程式更新。
public interface IGitHubWithAttach<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IWithGitHubAccessToken<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IGitHubWithAttach<'ParentT> = interface
interface IWithAttach<'ParentT>
interface IInUpdate<'ParentT>
interface IWithGitHubAccessToken<'ParentT>
Public Interface IGitHubWithAttach(Of ParentT)
Implements IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithGitHubAccessToken(Of ParentT)
類型參數
- ParentT
WithAttach.attach () 的傳回型別。
- 衍生
- 實作
方法
Attach() |
系結至 GitHub 帳戶之 Web 應用程式原始檔控制定義的最後一個階段。 在這個階段中,您可以指定任何剩餘的選擇性設定,或使用 WithAttach.attach () 將 Web 應用程式原始檔控制定義附加至父 Web 應用程式更新。 (繼承來源 IInUpdate<ParentT>) |
WithGitHubAccessToken(String) |
指定 GitHub 個人存取權杖。 您可以從 取得一個 https://github.com/settings/tokens 。 (繼承來源 IWithGitHubAccessToken<ParentT>) |