GitHubActionConfiguration Class
The GitHub action configuration.
- Inheritance
-
GitHubActionConfiguration
Constructor
GitHubActionConfiguration(*, code_configuration: Optional[azure.mgmt.web.v2021_02_01.models._models_py3.GitHubActionCodeConfiguration] = None, container_configuration: Optional[azure.mgmt.web.v2021_02_01.models._models_py3.GitHubActionContainerConfiguration] = None, is_linux: Optional[bool] = None, generate_workflow_file: Optional[bool] = None, **kwargs)
Parameters
- container_configuration
- GitHubActionContainerConfiguration
Required
GitHub Action container configuration.
- generate_workflow_file
- bool
Required
Workflow option to determine whether the workflow file should be generated and written to the repository.
Feedback
Submit and view feedback for