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.ProxyResourceSourceControl
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
|
The repo url which will be integrated to ContainerApp. |
branch
|
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
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long |
name
|
The name of the resource. |
type
|
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
|
The repo url which will be integrated to ContainerApp. |
branch
|
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. |
Azure SDK for Python