GithubActionConfiguration Class

Configuration properties that define the mutable settings of a Container App SourceControl.

Constructor

GithubActionConfiguration(*, registry_info: _models.RegistryInfo | None = None, azure_credentials: _models.AzureCredentials | None = None, context_path: str | None = None, github_personal_access_token: str | None = None, image: str | None = None, publish_type: str | None = None, os: str | None = None, runtime_stack: str | None = None, runtime_version: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
registry_info

Registry configurations.

Default value: None
azure_credentials

AzureCredentials configurations.

Default value: None
context_path
str

Context path.

Default value: None
github_personal_access_token
str

One time Github PAT to configure github environment.

Default value: None
image
str

Image name.

Default value: None
publish_type
str

Code or Image.

Default value: None
os
str

Operation system.

Default value: None
runtime_stack
str

Runtime stack.

Default value: None
runtime_version
str

Runtime version.

Default value: None

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.