| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebAppSourceControl.UpdateDefinition<ParentT>
The entirety of a web app source control definition as part of a web app update.
|
| Modifier and Type | Method and Description |
|---|---|
WebAppSourceControl.UpdateDefinitionStages.WithBranch<ParentT> |
WebAppSourceControl.UpdateDefinitionStages.WithRepositoryType.withPublicGitRepository(String url)
Specifies the repository to be a public external repository, either Git or Mercurial.
|
WebAppSourceControl.UpdateDefinitionStages.WithBranch<ParentT> |
WebAppSourceControl.UpdateDefinitionStages.WithRepositoryType.withPublicMercurialRepository(String url)
Specifies the repository to be a public external repository, either Git or Mercurial.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/