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./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/