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