Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SiteSourceControlInner
Packages that use SiteSourceControlInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of SiteSourceControlInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return SiteSourceControlInnerModifier and TypeMethodDescriptionWebAppsClient.createOrUpdateSourceControl
(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl) Updates the source control configuration of an app.WebAppsClient.createOrUpdateSourceControl
(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl, com.azure.core.util.Context context) Updates the source control configuration of an app.WebAppsClient.createOrUpdateSourceControlSlot
(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl) Updates the source control configuration of an app.WebAppsClient.createOrUpdateSourceControlSlot
(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl, com.azure.core.util.Context context) Updates the source control configuration of an app.WebAppsClient.getSourceControl
(String resourceGroupName, String name) Gets the source control configuration of an app.WebAppsClient.getSourceControlSlot
(String resourceGroupName, String name, String slot) Gets the source control configuration of an app.WebAppsClient.updateSourceControl
(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl) Updates the source control configuration of an app.WebAppsClient.updateSourceControlSlot
(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl) Updates the source control configuration of an app.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SiteSourceControlInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SiteSourceControlInner>, SiteSourceControlInner> WebAppsClient.beginCreateOrUpdateSourceControl
(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) Updates the source control configuration of an app.WebAppsClient.createOrUpdateSourceControlAsync
(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl) Updates the source control configuration of an app.WebAppsClient.createOrUpdateSourceControlSlotAsync
(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl) Updates the source control configuration of an app.WebAppsClient.getSourceControlAsync
(String resourceGroupName, String name) Gets the source control configuration of an app.WebAppsClient.getSourceControlSlotAsync
(String resourceGroupName, String name, String slot) Gets the source control configuration of an app.com.azure.core.http.rest.Response
<SiteSourceControlInner> WebAppsClient.getSourceControlSlotWithResponse
(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Gets the source control configuration of an app.Mono
<com.azure.core.http.rest.Response<SiteSourceControlInner>> WebAppsClient.getSourceControlSlotWithResponseAsync
(String resourceGroupName, String name, String slot) Gets the source control configuration of an app.com.azure.core.http.rest.Response
<SiteSourceControlInner> WebAppsClient.getSourceControlWithResponse
(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the source control configuration of an app.Mono
<com.azure.core.http.rest.Response<SiteSourceControlInner>> WebAppsClient.getSourceControlWithResponseAsync
(String resourceGroupName, String name) Gets the source control configuration of an app.WebAppsClient.updateSourceControlAsync
(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl) Updates the source control configuration of an app.WebAppsClient.updateSourceControlSlotAsync
(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl) 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) 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) 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) Updates the source control configuration of an app.Mono
<com.azure.core.http.rest.Response<SiteSourceControlInner>> WebAppsClient.updateSourceControlWithResponseAsync
(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl) Updates the source control configuration of an app.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type SiteSourceControlInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SiteSourceControlInner>, SiteSourceControlInner> WebAppsClient.beginCreateOrUpdateSourceControl
(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl) 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) 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) 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) 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) 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) Updates the source control configuration of an app.WebAppsClient.createOrUpdateSourceControl
(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl) Updates the source control configuration of an app.WebAppsClient.createOrUpdateSourceControl
(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl, com.azure.core.util.Context context) Updates the source control configuration of an app.WebAppsClient.createOrUpdateSourceControlAsync
(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl) Updates the source control configuration of an app.WebAppsClient.createOrUpdateSourceControlSlot
(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl) Updates the source control configuration of an app.WebAppsClient.createOrUpdateSourceControlSlot
(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl, com.azure.core.util.Context context) Updates the source control configuration of an app.WebAppsClient.createOrUpdateSourceControlSlotAsync
(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl) 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) 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) Updates the source control configuration of an app.WebAppsClient.updateSourceControl
(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl) Updates the source control configuration of an app.WebAppsClient.updateSourceControlAsync
(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl) Updates the source control configuration of an app.WebAppsClient.updateSourceControlSlot
(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl) Updates the source control configuration of an app.WebAppsClient.updateSourceControlSlotAsync
(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl) 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) 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) 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) Updates the source control configuration of an app.Mono
<com.azure.core.http.rest.Response<SiteSourceControlInner>> WebAppsClient.updateSourceControlWithResponseAsync
(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl) Updates the source control configuration of an app. -
Uses of SiteSourceControlInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SiteSourceControlInnerModifier and TypeMethodDescriptionstatic SiteSourceControlInner
SiteSourceControlInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SiteSourceControlInner from the JsonReader.SiteSourceControlInner.withBranch
(String branch) Set the branch property: Name of branch to use for deployment.SiteSourceControlInner.withDeploymentRollbackEnabled
(Boolean deploymentRollbackEnabled) Set the deploymentRollbackEnabled property: <code>true</code> to enable deployment rollback; otherwise, <code>false</code>.SiteSourceControlInner.withGitHubActionConfiguration
(GitHubActionConfiguration gitHubActionConfiguration) Set the gitHubActionConfiguration property: If GitHub Action is selected, than the associated configuration.SiteSourceControlInner.withIsGitHubAction
(Boolean isGitHubAction) Set the isGitHubAction property: <code>true</code> if this is deployed via GitHub action.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.withIsMercurial
(Boolean isMercurial) Set the isMercurial property: <code>true</code> for a Mercurial repository; <code>false</code> for a Git repository.Set the kind property: Kind of resource.SiteSourceControlInner.withRepoUrl
(String repoUrl) Set the repoUrl property: Repository or source control URL.