Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties
Packages that use SourceControlProperties
Package
Description
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 SourceControlPropertiesModifier and TypeMethodDescriptionstatic SourceControlProperties
SourceControlProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SourceControlProperties from the JsonReader.SourceControlProperties.withBranch
(String branch) Set the branch property: The branch which will trigger the auto deployment.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.withRepoUrl
(String repoUrl) Set the repoUrl property: The repo url which will be integrated to ContainerApp.