SourceControl Class

Container App SourceControl.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.appcontainers.models._models_py3.ProxyResource
SourceControl

Constructor

SourceControl(*, repo_url: str | None = None, branch: str | None = None, github_action_configuration: _models.GithubActionConfiguration | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
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.

Variables

Name Description
id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

system_data

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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.