GitHubActionConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The GitHub action configuration.
public class GitHubActionConfiguration
type GitHubActionConfiguration = class
Public Class GitHubActionConfiguration
- Inheritance
-
GitHubActionConfiguration
Constructors
GitHubActionConfiguration() |
Initializes a new instance of the GitHubActionConfiguration class. |
GitHubActionConfiguration(GitHubActionCodeConfiguration, GitHubActionContainerConfiguration, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the GitHubActionConfiguration class. |
Properties
CodeConfiguration |
Gets or sets gitHub Action code configuration. |
ContainerConfiguration |
Gets or sets gitHub Action container configuration. |
GenerateWorkflowFile |
Gets or sets workflow option to determine whether the workflow file should be generated and written to the repository. |
IsLinux |
Gets or sets this will help determine the workflow configuration to select. |
Applies to
Azure SDK for .NET