IFunctionAppRuntimes 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.FunctionAppRuntimesTypeConverter))]
public interface IFunctionAppRuntimes : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionAppRuntimesTypeConverter))>]
type IFunctionAppRuntimes = interface
interface IJsonSerializable
Public Interface IFunctionAppRuntimes
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
LinuxRuntimeSettingAppSettingsDictionary |
Application settings associated with the minor version. |
LinuxRuntimeSettingEndOfLifeDate |
End-of-life date for the minor version. |
LinuxRuntimeSettingIsAutoUpdate |
|
LinuxRuntimeSettingIsDefault |
|
LinuxRuntimeSettingIsDeprecated |
|
LinuxRuntimeSettingIsEarlyAccess |
|
LinuxRuntimeSettingIsHidden |
|
LinuxRuntimeSettingIsPreview |
|
LinuxRuntimeSettingRemoteDebuggingSupported |
|
LinuxRuntimeSettingRuntimeVersion |
Function App stack minor version (runtime only). |
LinuxRuntimeSettingsAppInsightsSettingsIsDefaultOff |
|
LinuxRuntimeSettingsAppInsightsSettingsIsSupported |
|
LinuxRuntimeSettingsGitHubActionSettingsIsSupported |
|
LinuxRuntimeSettingsGitHubActionSettingsSupportedVersion |
The minor version that is supported for GitHub Actions. |
LinuxRuntimeSettingsSiteConfigPropertiesDictionaryJavaVersion |
JavaVersion configuration setting. |
LinuxRuntimeSettingsSiteConfigPropertiesDictionaryLinuxFxVersion |
LinuxFxVersion configuration setting. |
LinuxRuntimeSettingsSiteConfigPropertiesDictionaryPowerShellVersion |
PowerShellVersion configuration setting. |
LinuxRuntimeSettingsSiteConfigPropertiesDictionaryUse32BitWorkerProcess |
|
LinuxRuntimeSettingSupportedFunctionsExtensionVersion |
List of supported Functions extension versions. |
WindowRuntimeSettingAppSettingsDictionary |
Application settings associated with the minor version. |
WindowRuntimeSettingEndOfLifeDate |
End-of-life date for the minor version. |
WindowRuntimeSettingIsAutoUpdate |
|
WindowRuntimeSettingIsDefault |
|
WindowRuntimeSettingIsDeprecated |
|
WindowRuntimeSettingIsEarlyAccess |
|
WindowRuntimeSettingIsHidden |
|
WindowRuntimeSettingIsPreview |
|
WindowRuntimeSettingRemoteDebuggingSupported |
|
WindowRuntimeSettingRuntimeVersion |
Function App stack minor version (runtime only). |
WindowRuntimeSettingSupportedFunctionsExtensionVersion |
List of supported Functions extension versions. |
WindowsRuntimeSettingsAppInsightsSettingsIsDefaultOff |
|
WindowsRuntimeSettingsAppInsightsSettingsIsSupported |
|
WindowsRuntimeSettingsGitHubActionSettingsIsSupported |
|
WindowsRuntimeSettingsGitHubActionSettingsSupportedVersion |
The minor version that is supported for GitHub Actions. |
WindowsRuntimeSettingsSiteConfigPropertiesDictionaryJavaVersion |
JavaVersion configuration setting. |
WindowsRuntimeSettingsSiteConfigPropertiesDictionaryLinuxFxVersion |
LinuxFxVersion configuration setting. |
WindowsRuntimeSettingsSiteConfigPropertiesDictionaryPowerShellVersion |
PowerShellVersion configuration setting. |
WindowsRuntimeSettingsSiteConfigPropertiesDictionaryUse32BitWorkerProcess |
|
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |