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
str

Context path.

githubPersonalAccessToken
str

One time Github PAT to configure github environment.

image
str

Image name.

publishType
str

Code or Image.

os
str

Operation system.

runtimeStack
str

Runtime stack.

runtimeVersion
str

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