Uses of Interface
com.azure.resourcemanager.appcontainers.models.SourceControl.Update
-
Packages that use SourceControl.Update Package Description com.azure.resourcemanager.appcontainers.models 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.Update Modifier and Type Method Description SourceControl.Update
SourceControl. update()
Begins update for the SourceControl resource.SourceControl.Update
SourceControl.UpdateStages.WithBranch. withBranch(String branch)
Specifies the branch property: The branch which will trigger the auto deployment.SourceControl.Update
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.Update
SourceControl.UpdateStages.WithRepoUrl. withRepoUrl(String repoUrl)
Specifies the repoUrl property: The repo url which will be integrated to ContainerApp..
-