SourceControlProperties Class

SourceControl resource specific properties.

Constructor

SourceControlProperties(*args: Any, **kwargs: Any)

Variables

Name Description
operation_state

Current provisioning State of the operation. Known values are: "InProgress", "Succeeded", "Failed", and "Canceled".

repo_url
str

The repo url which will be integrated to ContainerApp.

branch
str

The branch which will trigger the auto deployment.

github_action_configuration

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 | None

github_action_configuration

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.

github_action_configuration: _models.GithubActionConfiguration | None

operation_state

"InProgress", "Succeeded", "Failed", and "Canceled".

operation_state: str | _models.SourceControlOperationState | None

repo_url

The repo url which will be integrated to ContainerApp.

repo_url: str | None