SourceControlProperties Class
SourceControl resource specific properties.
Constructor
SourceControlProperties()
Variables
| Name | Description |
|---|---|
|
operation_state
|
Current provisioning State of the operation. Known values are: "InProgress", "Succeeded", "Failed", and "Canceled". |
|
repo_url
|
The repo url which will be integrated to ContainerApp. |
|
branch
|
The branch which will trigger the auto deployment. |
|
github_action_configuration
|
<xref:<xref:"GithubActionConfiguration">>
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. |
Attributes
branch
The branch which will trigger the auto deployment.
branch: str
githubActionConfiguration
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.
githubActionConfiguration: GithubActionConfiguration
operationState
"InProgress", "Succeeded", "Failed", and "Canceled".
operationState: str | SourceControlOperationState
repoUrl
The repo url which will be integrated to ContainerApp.
repoUrl: str