Uses of Interface
com.azure.resourcemanager.appcontainers.models.SourceControl.Update
Packages that use SourceControl.Update
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of SourceControl.Update in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return SourceControl.UpdateModifier and TypeMethodDescriptionSourceControl.update()
Begins update for the SourceControl resource.SourceControl.UpdateStages.WithBranch.withBranch
(String branch) Specifies the branch property: The branch which will trigger the auto deployment.SourceControl.UpdateStages.WithGithubActionConfiguration.withGithubActionConfiguration
(GithubActionConfiguration githubActionConfiguration) Specifies the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them.SourceControl.UpdateStages.WithRepoUrl.withRepoUrl
(String repoUrl) Specifies the repoUrl property: The repo url which will be integrated to ContainerApp..