GitHubActionWebAppStackSettings Constructors
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.
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
<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.