GitHubActionWebAppStackSettings 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.
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 <code>true</code> if GitHub Actions is supported for the stack; otherwise, <code>false</code>. |
SupportedVersion |
Gets the minor version that is supported for GitHub Actions. |
Applies to
Azure SDK for .NET