共用方式為


IWithGitHubAccessToken<ParentT>.WithGitHubAccessToken(String) 方法

定義

指定 GitHub 個人存取權杖。 您可以從 取得一個 https://github.com/settings/tokens

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

參數

personalAccessToken
String

GitHub 的個人存取權杖。

傳回

適用於