Compartir a través de


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

Definición

Especifica el token de acceso personal de GitHub. Puede adquirir uno 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

Token de acceso personal de GitHub.

Devoluciones

Se aplica a