Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties
-
Packages that use SourceControlProperties Package Description com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient. -
-
Uses of SourceControlProperties in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return SourceControlProperties Modifier and Type Method Description SourceControlProperties
SourceControlProperties. withBranch(String branch)
Set the branch property: The branch which will trigger the auto deployment.SourceControlProperties
SourceControlProperties. withGithubActionConfiguration(GithubActionConfiguration githubActionConfiguration)
Set the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them.SourceControlProperties
SourceControlProperties. withRepoUrl(String repoUrl)
Set the repoUrl property: The repo url which will be integrated to ContainerApp.
-