GitHubActionConfiguration Class
The GitHub action configuration.
- Inheritance
-
azure.mgmt.web._serialization.ModelGitHubActionConfiguration
Constructor
GitHubActionConfiguration(*, code_configuration: _models.GitHubActionCodeConfiguration | None = None, container_configuration: _models.GitHubActionContainerConfiguration | None = None, is_linux: bool | None = None, generate_workflow_file: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
code_configuration
|
GitHub Action code configuration. |
container_configuration
|
GitHub Action container configuration. |
is_linux
|
This will help determine the workflow configuration to select. |
generate_workflow_file
|
Workflow option to determine whether the workflow file should be generated and written to the repository. |
Variables
Name | Description |
---|---|
code_configuration
|
GitHub Action code configuration. |
container_configuration
|
GitHub Action container configuration. |
is_linux
|
This will help determine the workflow configuration to select. |
generate_workflow_file
|
Workflow option to determine whether the workflow file should be generated and written to the repository. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python