Share via


GitHubActionWebAppStackSettings Constructors

Definition

Overloads

GitHubActionWebAppStackSettings()

Initializes a new instance of the GitHubActionWebAppStackSettings class.

GitHubActionWebAppStackSettings(Nullable<Boolean>, String)

Initializes a new instance of the GitHubActionWebAppStackSettings class.

GitHubActionWebAppStackSettings()

Initializes a new instance of the GitHubActionWebAppStackSettings class.

public GitHubActionWebAppStackSettings ();
Public Sub New ()

Applies to

GitHubActionWebAppStackSettings(Nullable<Boolean>, String)

Initializes a new instance of the GitHubActionWebAppStackSettings class.

public GitHubActionWebAppStackSettings (bool? isSupported = default, string supportedVersion = default);
new Microsoft.Azure.Management.WebSites.Models.GitHubActionWebAppStackSettings : Nullable<bool> * string -> Microsoft.Azure.Management.WebSites.Models.GitHubActionWebAppStackSettings
Public Sub New (Optional isSupported As Nullable(Of Boolean) = Nothing, Optional supportedVersion As String = Nothing)

Parameters

isSupported
Nullable<Boolean>

<code>true</code> if GitHub Actions is supported for the stack; otherwise, <code>false</code>.

supportedVersion
String

The minor version that is supported for GitHub Actions.

Applies to