次の方法で共有


IWithGitHubAccessToken<ParentT>.WithGitHubAccessToken(String) メソッド

定義

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

public Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.Definition.IGitHubWithAttach<ParentT> WithGitHubAccessToken (string personalAccessToken);
abstract member WithGitHubAccessToken : string -> Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.Definition.IGitHubWithAttach<'ParentT>
Public Function WithGitHubAccessToken (personalAccessToken As String) As IGitHubWithAttach(Of ParentT)

パラメーター

personalAccessToken
String

GitHub からの個人用アクセス トークン。

戻り値

適用対象