GitHubActionCodeConfiguration Class
The GitHub action code configuration.
- Inheritance
-
azure.mgmt.web._serialization.ModelGitHubActionCodeConfiguration
Constructor
GitHubActionCodeConfiguration(*, runtime_stack: str | None = None, runtime_version: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
runtime_stack
|
Runtime stack is used to determine the workflow file content for code base apps. |
runtime_version
|
Runtime version is used to determine what build version to set in the workflow file. |
Variables
Name | Description |
---|---|
runtime_stack
|
Runtime stack is used to determine the workflow file content for code base apps. |
runtime_version
|
Runtime version is used to determine what build version to set in the workflow file. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python