ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface WebAppSourceControl.UpdateDefinitionStages.WithGitHubAccessToken<ParentT>
| Modifier and Type | Method and Description |
|---|---|
WebAppSourceControl.UpdateDefinitionStages.GitHubWithAttach<ParentT> |
withGitHubAccessToken(String personalAccessToken)
Specifies the GitHub personal access token.
|
WebAppSourceControl.UpdateDefinitionStages.GitHubWithAttach<ParentT> withGitHubAccessToken(String personalAccessToken)
personalAccessToken - the personal access token from GitHub.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.