FunctionAppRuntimeSettings 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 runtime settings.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionAppRuntimeSettingsTypeConverter))]
public class FunctionAppRuntimeSettings : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionAppRuntimeSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionAppRuntimeSettingsTypeConverter))>]
type FunctionAppRuntimeSettings = class
interface IFunctionAppRuntimeSettings
interface IJsonSerializable
Public Class FunctionAppRuntimeSettings
Implements IFunctionAppRuntimeSettings
- Inheritance
-
FunctionAppRuntimeSettings
- Attributes
- Implements
Constructors
FunctionAppRuntimeSettings() |
Creates an new FunctionAppRuntimeSettings instance. |
Properties
AppInsightSettingIsDefaultOff |
|
AppInsightSettingIsSupported |
|
AppSettingsDictionary |
Application settings associated with the minor version. |
EndOfLifeDate |
End-of-life date for the minor version. |
GitHubActionSettingIsSupported |
|
GitHubActionSettingSupportedVersion |
The minor version that is supported for GitHub Actions. |
IsAutoUpdate |
|
IsDefault |
|
IsDeprecated |
|
IsEarlyAccess |
|
IsHidden |
|
IsPreview |
|
RemoteDebuggingSupported |
|
RuntimeVersion |
Function App stack minor version (runtime only). |
SiteConfigPropertyDictionaryJavaVersion |
JavaVersion configuration setting. |
SiteConfigPropertyDictionaryLinuxFxVersion |
LinuxFxVersion configuration setting. |
SiteConfigPropertyDictionaryPowerShellVersion |
PowerShellVersion configuration setting. |
SiteConfigPropertyDictionaryUse32BitWorkerProcess |
|
SupportedFunctionsExtensionVersion |
List of supported Functions extension versions. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FunctionAppRuntimeSettings. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FunctionAppRuntimeSettings. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionAppRuntimeSettings. |
FromJsonString(String) |
Creates a new instance of FunctionAppRuntimeSettings, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FunctionAppRuntimeSettings into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |