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
str

Context path.

github_personal_access_token
str

One time Github PAT to configure github environment.

image
str

Image name.

publish_type
str

Code or Image.

os
str

Operation system.

runtime_stack
str

Runtime stack.

runtime_version
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