IWithGitHubAccessToken<ParentT>.WithGitHubAccessToken(String) Method

Definition

Specifies the GitHub personal access token. You can acquire one from 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)

Parameters

personalAccessToken
String

The personal access token from GitHub.

Returns

Applies to