GithubActionConfiguration Class
Configuration properties that define the mutable settings of a Container App SourceControl.
Constructor
GithubActionConfiguration()
Variables
| Name | Description |
|---|---|
|
registry_info
|
<xref:<xref:"RegistryInfo">>
Registry configurations. |
|
azure_credentials
|
<xref:<xref:"AzureCredentials">>
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
azureCredentials
AzureCredentials configurations.
azureCredentials: AzureCredentials
contextPath
Context path.
contextPath: str
githubPersonalAccessToken
One time Github PAT to configure github environment.
githubPersonalAccessToken: str
image
Image name.
image: str
os
Operation system.
os: str
publishType
Code or Image.
publishType: str
registryInfo
Registry configurations.
registryInfo: RegistryInfo
runtimeStack
Runtime stack.
runtimeStack: str
runtimeVersion
Runtime version.
runtimeVersion: str