次の方法で共有


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

定義

GitHub アクセス トークンを指定できる Web アプリのソース管理定義。

public interface IWithGitHubAccessToken<ParentT>
type IWithGitHubAccessToken<'ParentT> = interface
Public Interface IWithGitHubAccessToken(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生

メソッド

WithGitHubAccessToken(String)

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

適用対象