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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.GitHubActionWebAppStackSettingsTypeConverter))]
public class GitHubActionWebAppStackSettings : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IGitHubActionWebAppStackSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.GitHubActionWebAppStackSettingsTypeConverter))>]
type GitHubActionWebAppStackSettings = class
interface IGitHubActionWebAppStackSettings
interface IJsonSerializable
Public Class GitHubActionWebAppStackSettings
Implements IGitHubActionWebAppStackSettings
- Inheritance
-
GitHubActionWebAppStackSettings
- Attributes
- Implements
Constructors
GitHubActionWebAppStackSettings() |
Creates an new GitHubActionWebAppStackSettings instance. |
Properties
IsSupported |
|
SupportedVersion |
The minor version that is supported for GitHub Actions. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GitHubActionWebAppStackSettings. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GitHubActionWebAppStackSettings. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IGitHubActionWebAppStackSettings. |
FromJsonString(String) |
Creates a new instance of GitHubActionWebAppStackSettings, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GitHubActionWebAppStackSettings into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |