WebAppRuntimes 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.
Web App stack runtimes.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WebAppRuntimesTypeConverter))]
public class WebAppRuntimes : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWebAppRuntimes
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WebAppRuntimesTypeConverter))>]
type WebAppRuntimes = class
interface IWebAppRuntimes
interface IJsonSerializable
Public Class WebAppRuntimes
Implements IWebAppRuntimes
- Inheritance
-
WebAppRuntimes
- Attributes
- Implements
Constructors
WebAppRuntimes() |
Creates an new WebAppRuntimes instance. |
Properties
LinuxContainerSettingEndOfLifeDate |
End-of-life date for the minor version. |
LinuxContainerSettingIsAutoUpdate |
|
LinuxContainerSettingIsDeprecated |
|
LinuxContainerSettingIsEarlyAccess |
|
LinuxContainerSettingIsHidden |
|
LinuxContainerSettingIsPreview |
|
LinuxContainerSettingJava11Runtime |
Java 11 version (runtime only). |
LinuxContainerSettingJava8Runtime |
Java 8 version (runtime only). |
LinuxRuntimeSettingEndOfLifeDate |
End-of-life date for the minor version. |
LinuxRuntimeSettingIsAutoUpdate |
|
LinuxRuntimeSettingIsDeprecated |
|
LinuxRuntimeSettingIsEarlyAccess |
|
LinuxRuntimeSettingIsHidden |
|
LinuxRuntimeSettingIsPreview |
|
LinuxRuntimeSettingRemoteDebuggingSupported |
|
LinuxRuntimeSettingRuntimeVersion |
Web App stack minor version (runtime only). |
LinuxRuntimeSettingsAppInsightsSettingsIsDefaultOff |
|
LinuxRuntimeSettingsAppInsightsSettingsIsSupported |
|
LinuxRuntimeSettingsGitHubActionSettingsIsSupported |
|
LinuxRuntimeSettingsGitHubActionSettingsSupportedVersion |
The minor version that is supported for GitHub Actions. |
WindowContainerSettingEndOfLifeDate |
End-of-life date for the minor version. |
WindowContainerSettingIsAutoUpdate |
|
WindowContainerSettingIsDeprecated |
|
WindowContainerSettingIsEarlyAccess |
|
WindowContainerSettingIsHidden |
|
WindowContainerSettingIsPreview |
|
WindowContainerSettingJavaContainer |
Java container (runtime only). |
WindowContainerSettingJavaContainerVersion |
Java container version (runtime only). |
WindowRuntimeSettingEndOfLifeDate |
End-of-life date for the minor version. |
WindowRuntimeSettingIsAutoUpdate |
|
WindowRuntimeSettingIsDeprecated |
|
WindowRuntimeSettingIsEarlyAccess |
|
WindowRuntimeSettingIsHidden |
|
WindowRuntimeSettingIsPreview |
|
WindowRuntimeSettingRemoteDebuggingSupported |
|
WindowRuntimeSettingRuntimeVersion |
Web App stack minor version (runtime only). |
WindowsRuntimeSettingsAppInsightsSettingsIsDefaultOff |
|
WindowsRuntimeSettingsAppInsightsSettingsIsSupported |
|
WindowsRuntimeSettingsGitHubActionSettingsIsSupported |
|
WindowsRuntimeSettingsGitHubActionSettingsSupportedVersion |
The minor version that is supported for GitHub Actions. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WebAppRuntimes. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WebAppRuntimes. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWebAppRuntimes. |
FromJsonString(String) |
Creates a new instance of WebAppRuntimes, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WebAppRuntimes into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |