@Beta public interface WebAppSourceControl extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<WebAppBase>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebAppSourceControl.Definition<ParentT>
The entirety of a web app source control definition.
|
static interface |
WebAppSourceControl.DefinitionStages
Grouping of web app source control definition stages applicable as part of a web app creation.
|
static interface |
WebAppSourceControl.UpdateDefinition<ParentT>
The entirety of a web app source control definition as part of a web app update.
|
static interface |
WebAppSourceControl.UpdateDefinitionStages
Grouping of web app source control definition stages applicable as part of a web app update.
|
| Modifier and Type | Method and Description |
|---|---|
String |
branch() |
boolean |
deploymentRollbackEnabled() |
boolean |
isManualIntegration() |
RepositoryType |
repositoryType() |
String |
repositoryUrl() |
innerkeyString repositoryUrl()
String branch()
boolean isManualIntegration()
boolean deploymentRollbackEnabled()
RepositoryType repositoryType()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/