你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GitHubActionConfiguration Class

The GitHub action configuration.

Constructor

GitHubActionConfiguration()

Variables

Name Description
code_configuration
<xref:<xref:"GitHubActionCodeConfiguration">>

GitHub Action code configuration.

container_configuration
<xref:<xref:"GitHubActionContainerConfiguration">>

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.

Attributes

codeConfiguration

GitHub Action code configuration.

codeConfiguration: GitHubActionCodeConfiguration

containerConfiguration

GitHub Action container configuration.

containerConfiguration: GitHubActionContainerConfiguration

generateWorkflowFile

Workflow option to determine whether the workflow file should be generated and written to the repository.

generateWorkflowFile: bool

isLinux

This will help determine the workflow configuration to select.

isLinux: bool