GithubActionConfiguration Class
Configuration properties that define the mutable settings of a Container App SourceControl.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelGithubActionConfiguration
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. |
azure_credentials
|
AzureCredentials configurations. |
context_path
|
Context path. |
github_personal_access_token
|
One time Github PAT to configure github environment. |
image
|
Image name. |
publish_type
|
Code or Image. |
os
|
Operation system. |
runtime_stack
|
Runtime stack. |
runtime_version
|
Runtime version. |
Variables
Name | Description |
---|---|
registry_info
|
Registry configurations. |
azure_credentials
|
AzureCredentials configurations. |
context_path
|
Context path. |
github_personal_access_token
|
One time Github PAT to configure github environment. |
image
|
Image name. |
publish_type
|
Code or Image. |
os
|
Operation system. |
runtime_stack
|
Runtime stack. |
runtime_version
|
Runtime version. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python