次の方法で共有


IGitHubWithAttach<ParentT> インターフェイス

定義

GitHub アカウントにバインドする Web アプリのソース管理定義の最終段階。 この段階では、残りのオプション設定を指定することも、Web アプリのソース管理定義を WithAttach.attach() を使用して親 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 アプリのソース管理定義の最終段階。 この段階では、残りのオプション設定を指定することも、Web アプリのソース管理定義を WithAttach.attach() を使用して親 Web アプリの更新プログラムにアタッチすることもできます。

(継承元 IInUpdate<ParentT>)
WithGitHubAccessToken(String)

GitHub 個人用アクセス トークンを指定します。 から取得 https://github.com/settings/tokensできます。

(継承元 IWithGitHubAccessToken<ParentT>)

適用対象