IWithGitHubAccessToken<ParentT>.WithGitHubAccessToken(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 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 的個人存取權杖。