IWebAppRuntimes Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WebAppRuntimesTypeConverter))]
public interface IWebAppRuntimes : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WebAppRuntimesTypeConverter))>]
type IWebAppRuntimes = interface
interface IJsonSerializable
Public Interface IWebAppRuntimes
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |