| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SiteSourceControlProperties |
SiteSourceControlProperties.withBranch(String branch)
Set the branch property: Name of branch to use for deployment.
|
SiteSourceControlProperties |
SiteSourceControlProperties.withDeploymentRollbackEnabled(Boolean deploymentRollbackEnabled)
Set the deploymentRollbackEnabled property: <code>true</code> to enable deployment rollback;
otherwise, <code>false</code>.
|
SiteSourceControlProperties |
SiteSourceControlProperties.withGitHubActionConfiguration(GitHubActionConfiguration gitHubActionConfiguration)
Set the gitHubActionConfiguration property: If GitHub Action is selected, than the associated configuration.
|
SiteSourceControlProperties |
SiteSourceControlProperties.withIsGitHubAction(Boolean isGitHubAction)
Set the isGitHubAction property: <code>true</code> if this is deployed via GitHub action.
|
SiteSourceControlProperties |
SiteSourceControlProperties.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).
|
SiteSourceControlProperties |
SiteSourceControlProperties.withIsMercurial(Boolean isMercurial)
Set the isMercurial property: <code>true</code> for a Mercurial repository;
<code>false</code> for a Git repository.
|
SiteSourceControlProperties |
SiteSourceControlProperties.withRepoUrl(String repoUrl)
Set the repoUrl property: Repository or source control URL.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.