FunctionAppRuntimes 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.
Function App stack runtimes.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionAppRuntimesTypeConverter))]
public class FunctionAppRuntimes : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionAppRuntimes
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionAppRuntimesTypeConverter))>]
type FunctionAppRuntimes = class
interface IFunctionAppRuntimes
interface IJsonSerializable
Public Class FunctionAppRuntimes
Implements IFunctionAppRuntimes
- Inheritance
-
FunctionAppRuntimes
- Attributes
- Implements
Constructors
FunctionAppRuntimes() |
Creates an new FunctionAppRuntimes instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FunctionAppRuntimes. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FunctionAppRuntimes. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionAppRuntimes. |
FromJsonString(String) |
Creates a new instance of FunctionAppRuntimes, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FunctionAppRuntimes into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |