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
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

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