GithubActionConfiguration Class
Configuration properties that define the mutable settings of a Container App SourceControl.
Constructor
GithubActionConfiguration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
registry_info
|
Registry configurations. |
|
azure_credentials
|
AzureCredentials configurations. |
|
context_path
|
Context path. |
|
github_personal_access_token
|
One time Github PAT to configure github environment. |
|
image
|
Image name. |
|
publish_type
|
Code or Image. |
|
os
|
Operation system. |
|
runtime_stack
|
Runtime stack. |
|
runtime_version
|
Runtime version. |
Attributes
azure_credentials
AzureCredentials configurations.
azure_credentials: _models.AzureCredentials | None
context_path
Context path.
context_path: str | None
github_personal_access_token
One time Github PAT to configure github environment.
github_personal_access_token: str | None
image
Image name.
image: str | None
os
Operation system.
os: str | None
publish_type
Code or Image.
publish_type: str | None
registry_info
Registry configurations.
registry_info: _models.RegistryInfo | None
runtime_stack
Runtime stack.
runtime_stack: str | None
runtime_version
Runtime version.
runtime_version: str | None