Share via


GitHubActionWebAppStackSettings Class

Definition

GitHub Actions Web App stack settings.

public class GitHubActionWebAppStackSettings
type GitHubActionWebAppStackSettings = class
Public Class GitHubActionWebAppStackSettings
Inheritance
GitHubActionWebAppStackSettings

Constructors

GitHubActionWebAppStackSettings()

Initializes a new instance of the GitHubActionWebAppStackSettings class.

GitHubActionWebAppStackSettings(Nullable<Boolean>, String)

Initializes a new instance of the GitHubActionWebAppStackSettings class.

Properties

IsSupported

Gets &lt;code&gt;true&lt;/code&gt; if GitHub Actions is supported for the stack; otherwise, &lt;code&gt;false&lt;/code&gt;.

SupportedVersion

Gets the minor version that is supported for GitHub Actions.

Applies to