| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SiteSourceControlInner |
WebAppsClient.createOrUpdateSourceControl(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
SiteSourceControlInner |
WebAppsClient.createOrUpdateSourceControl(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl,
com.azure.core.util.Context context)
Description for Updates the source control configuration of an app.
|
SiteSourceControlInner |
WebAppsClient.createOrUpdateSourceControlSlot(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
SiteSourceControlInner |
WebAppsClient.createOrUpdateSourceControlSlot(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl,
com.azure.core.util.Context context)
Description for Updates the source control configuration of an app.
|
SiteSourceControlInner |
WebAppsClient.getSourceControl(String resourceGroupName,
String name)
Description for Gets the source control configuration of an app.
|
SiteSourceControlInner |
WebAppsClient.getSourceControlSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the source control configuration of an app.
|
SiteSourceControlInner |
WebAppsClient.updateSourceControl(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
SiteSourceControlInner |
WebAppsClient.updateSourceControlSlot(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> |
WebAppsClient.beginCreateOrUpdateSourceControl(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> |
WebAppsClient.beginCreateOrUpdateSourceControl(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl,
com.azure.core.util.Context context)
Description for Updates the source control configuration of an app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> |
WebAppsClient.beginCreateOrUpdateSourceControlAsync(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> |
WebAppsClient.beginCreateOrUpdateSourceControlSlot(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> |
WebAppsClient.beginCreateOrUpdateSourceControlSlot(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl,
com.azure.core.util.Context context)
Description for Updates the source control configuration of an app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> |
WebAppsClient.beginCreateOrUpdateSourceControlSlotAsync(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
SiteSourceControlInner |
WebAppsClient.createOrUpdateSourceControl(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
SiteSourceControlInner |
WebAppsClient.createOrUpdateSourceControl(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl,
com.azure.core.util.Context context)
Description for Updates the source control configuration of an app.
|
Mono<SiteSourceControlInner> |
WebAppsClient.createOrUpdateSourceControlAsync(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
SiteSourceControlInner |
WebAppsClient.createOrUpdateSourceControlSlot(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
SiteSourceControlInner |
WebAppsClient.createOrUpdateSourceControlSlot(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl,
com.azure.core.util.Context context)
Description for Updates the source control configuration of an app.
|
Mono<SiteSourceControlInner> |
WebAppsClient.createOrUpdateSourceControlSlotAsync(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
WebAppsClient.createOrUpdateSourceControlSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
WebAppsClient.createOrUpdateSourceControlWithResponseAsync(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
SiteSourceControlInner |
WebAppsClient.updateSourceControl(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
Mono<SiteSourceControlInner> |
WebAppsClient.updateSourceControlAsync(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
SiteSourceControlInner |
WebAppsClient.updateSourceControlSlot(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
Mono<SiteSourceControlInner> |
WebAppsClient.updateSourceControlSlotAsync(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
com.azure.core.http.rest.Response<SiteSourceControlInner> |
WebAppsClient.updateSourceControlSlotWithResponse(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl,
com.azure.core.util.Context context)
Description for Updates the source control configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteSourceControlInner>> |
WebAppsClient.updateSourceControlSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
com.azure.core.http.rest.Response<SiteSourceControlInner> |
WebAppsClient.updateSourceControlWithResponse(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl,
com.azure.core.util.Context context)
Description for Updates the source control configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteSourceControlInner>> |
WebAppsClient.updateSourceControlWithResponseAsync(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
| Modifier and Type | Method and Description |
|---|---|
SiteSourceControlInner |
SiteSourceControlInner.withBranch(String branch)
Set the branch property: Name of branch to use for deployment.
|
SiteSourceControlInner |
SiteSourceControlInner.withDeploymentRollbackEnabled(Boolean deploymentRollbackEnabled)
Set the deploymentRollbackEnabled property: <code>true</code> to enable deployment rollback;
otherwise, <code>false</code>.
|
SiteSourceControlInner |
SiteSourceControlInner.withGitHubActionConfiguration(GitHubActionConfiguration gitHubActionConfiguration)
Set the gitHubActionConfiguration property: If GitHub Action is selected, than the associated configuration.
|
SiteSourceControlInner |
SiteSourceControlInner.withIsGitHubAction(Boolean isGitHubAction)
Set the isGitHubAction property: <code>true</code> if this is deployed via GitHub action.
|
SiteSourceControlInner |
SiteSourceControlInner.withIsManualIntegration(Boolean isManualIntegration)
Set the isManualIntegration property: <code>true</code> to limit to manual integration;
<code>false</code> to enable continuous integration (which configures webhooks into online repos like
GitHub).
|
SiteSourceControlInner |
SiteSourceControlInner.withIsMercurial(Boolean isMercurial)
Set the isMercurial property: <code>true</code> for a Mercurial repository;
<code>false</code> for a Git repository.
|
SiteSourceControlInner |
SiteSourceControlInner.withKind(String kind)
Set the kind property: Kind of resource.
|
SiteSourceControlInner |
SiteSourceControlInner.withRepoUrl(String repoUrl)
Set the repoUrl property: Repository or source control URL.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.