| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebAppSourceControl.Definition<ParentT>
The entirety of a web app source control definition.
|
| Modifier and Type | Method and Description |
|---|---|
WebAppSourceControl.DefinitionStages.GitHubWithAttach<ParentT> |
WebAppSourceControl.DefinitionStages.WithGitHubBranch.withBranch(String branch)
Specifies the branch in the repository to use.
|
WebAppSourceControl.DefinitionStages.GitHubWithAttach<ParentT> |
WebAppSourceControl.DefinitionStages.WithGitHubAccessToken.withGitHubAccessToken(String personalAccessToken)
Specifies the GitHub personal access token.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/