Compartilhar via


IWithGitHubAccessToken<ParentT>.WithGitHubAccessToken(String) Método

Definição

Especifica o token de acesso pessoal do GitHub. Você pode adquirir um de 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)

Parâmetros

personalAccessToken
String

O token de acesso pessoal do GitHub.

Retornos

Aplica-se a