Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SiteSourceControlProperties
Packages that use SiteSourceControlProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of SiteSourceControlProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SiteSourceControlPropertiesModifier and TypeMethodDescriptionstatic SiteSourceControlProperties
SiteSourceControlProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SiteSourceControlProperties from the JsonReader.SiteSourceControlProperties.withBranch
(String branch) Set the branch property: Name of branch to use for deployment.SiteSourceControlProperties.withDeploymentRollbackEnabled
(Boolean deploymentRollbackEnabled) Set the deploymentRollbackEnabled property: <code>true</code> to enable deployment rollback; otherwise, <code>false</code>.SiteSourceControlProperties.withGitHubActionConfiguration
(GitHubActionConfiguration gitHubActionConfiguration) Set the gitHubActionConfiguration property: If GitHub Action is selected, than the associated configuration.SiteSourceControlProperties.withIsGitHubAction
(Boolean isGitHubAction) Set the isGitHubAction property: <code>true</code> if this is deployed via GitHub action.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.withIsMercurial
(Boolean isMercurial) Set the isMercurial property: <code>true</code> for a Mercurial repository; <code>false</code> for a Git repository.SiteSourceControlProperties.withRepoUrl
(String repoUrl) Set the repoUrl property: Repository or source control URL.