### YamlMime:JavaType uid: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties" fullName: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties" name: "SourceControlProperties" nameWithType: "SourceControlProperties" summary: "SourceControl resource specific properties." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **SourceControlProperties**
implements <>" constructors: - uid: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.SourceControlProperties()" fullName: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.SourceControlProperties()" name: "SourceControlProperties()" nameWithType: "SourceControlProperties.SourceControlProperties()" summary: "Creates an instance of SourceControlProperties class." syntax: "public SourceControlProperties()" desc: "Creates an instance of SourceControlProperties class." methods: - uid: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.branch()" fullName: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.branch()" name: "branch()" nameWithType: "SourceControlProperties.branch()" summary: "Get the branch property: The branch which will trigger the auto deployment." syntax: "public String branch()" desc: "Get the branch property: The branch which will trigger the auto deployment." returns: description: "the branch value." type: "String" - uid: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "SourceControlProperties.fromJson(JsonReader jsonReader)" summary: "Reads an instance of SourceControlProperties from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static SourceControlProperties fromJson(JsonReader jsonReader)" exceptions: - description: "If an error occurs while reading the SourceControlProperties." type: "IOException" desc: "Reads an instance of SourceControlProperties from the JsonReader." returns: description: "An instance of SourceControlProperties if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null." type: "" - uid: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.githubActionConfiguration()" fullName: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.githubActionConfiguration()" name: "githubActionConfiguration()" nameWithType: "SourceControlProperties.githubActionConfiguration()" summary: "Get the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them." syntax: "public GithubActionConfiguration githubActionConfiguration()" desc: "Get the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time." returns: description: "the githubActionConfiguration value." type: "" - uid: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.operationState()" fullName: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.operationState()" name: "operationState()" nameWithType: "SourceControlProperties.operationState()" summary: "Get the operationState property: Current provisioning State of the operation." syntax: "public SourceControlOperationState operationState()" desc: "Get the operationState property: Current provisioning State of the operation." returns: description: "the operationState value." type: "" - uid: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.repoUrl()" fullName: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.repoUrl()" name: "repoUrl()" nameWithType: "SourceControlProperties.repoUrl()" summary: "Get the repoUrl property: The repo url which will be integrated to ContainerApp." syntax: "public String repoUrl()" desc: "Get the repoUrl property: The repo url which will be integrated to ContainerApp." returns: description: "the repoUrl value." type: "String" - uid: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "SourceControlProperties.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.validate()" fullName: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.validate()" name: "validate()" nameWithType: "SourceControlProperties.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.withBranch(java.lang.String)" fullName: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.withBranch(String branch)" name: "withBranch(String branch)" nameWithType: "SourceControlProperties.withBranch(String branch)" summary: "Set the branch property: The branch which will trigger the auto deployment." parameters: - description: "the branch value to set." name: "branch" type: "String" syntax: "public SourceControlProperties withBranch(String branch)" desc: "Set the branch property: The branch which will trigger the auto deployment." returns: description: "the SourceControlProperties object itself." type: "" - uid: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.withGithubActionConfiguration(com.azure.resourcemanager.appcontainers.models.GithubActionConfiguration)" fullName: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.withGithubActionConfiguration(GithubActionConfiguration githubActionConfiguration)" name: "withGithubActionConfiguration(GithubActionConfiguration githubActionConfiguration)" nameWithType: "SourceControlProperties.withGithubActionConfiguration(GithubActionConfiguration githubActionConfiguration)" summary: "Set the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them." parameters: - description: "the githubActionConfiguration value to set." name: "githubActionConfiguration" type: "" syntax: "public SourceControlProperties withGithubActionConfiguration(GithubActionConfiguration githubActionConfiguration)" desc: "Set the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time." returns: description: "the SourceControlProperties object itself." type: "" - uid: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.withRepoUrl(java.lang.String)" fullName: "com.azure.resourcemanager.appcontainers.fluent.models.SourceControlProperties.withRepoUrl(String repoUrl)" name: "withRepoUrl(String repoUrl)" nameWithType: "SourceControlProperties.withRepoUrl(String repoUrl)" summary: "Set the repoUrl property: The repo url which will be integrated to ContainerApp." parameters: - description: "the repoUrl value to set." name: "repoUrl" type: "String" syntax: "public SourceControlProperties withRepoUrl(String repoUrl)" desc: "Set the repoUrl property: The repo url which will be integrated to ContainerApp." returns: description: "the SourceControlProperties object itself." type: "" type: "class" desc: "SourceControl resource specific properties." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.appcontainers.fluent.models" artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0