public static interface WebAppSourceControl.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebAppSourceControl.UpdateDefinitionStages.Blank<ParentT>
The first stage of a web app source control definition as part of an update of a web app.
|
static interface |
WebAppSourceControl.UpdateDefinitionStages.GitHubWithAttach<ParentT>
The final stage of the web app source control definition that binds to a GitHub account.
|
static interface |
WebAppSourceControl.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the web app source control definition.
|
static interface |
WebAppSourceControl.UpdateDefinitionStages.WithBranch<ParentT>
A web app source control definition allowing branch to be specified.
|
static interface |
WebAppSourceControl.UpdateDefinitionStages.WithGitHubAccessToken<ParentT>
A web app source control definition allowing GitHub access token to be specified.
|
static interface |
WebAppSourceControl.UpdateDefinitionStages.WithGitHubBranch<ParentT>
A web app source control definition allowing branch to be specified.
|
static interface |
WebAppSourceControl.UpdateDefinitionStages.WithRepositoryType<ParentT>
A web app source control definition allowing repository type to be specified.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/