次の方法で共有


IFunctionAppRuntimeSettings Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionAppRuntimeSettingsTypeConverter))]
public interface IFunctionAppRuntimeSettings : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionAppRuntimeSettingsTypeConverter))>]
type IFunctionAppRuntimeSettings = interface
    interface IJsonSerializable
Public Interface IFunctionAppRuntimeSettings
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AppInsightSettingIsDefaultOff

true if Application Insights is disabled by default for the stack; otherwise, false.

AppInsightSettingIsSupported

true if remote Application Insights is supported for the stack; otherwise, false.

AppSettingsDictionary

Application settings associated with the minor version.

EndOfLifeDate

End-of-life date for the minor version.

GitHubActionSettingIsSupported

true if GitHub Actions is supported for the stack; otherwise, false.

GitHubActionSettingSupportedVersion

The minor version that is supported for GitHub Actions.

IsAutoUpdate

true if the stack version is auto-updated; otherwise, false.

IsDefault

true if the minor version the default; otherwise, false.

IsDeprecated

true if the stack is deprecated; otherwise, false.

IsEarlyAccess

true if the minor version is early-access; otherwise, false.

IsHidden

true if the stack should be hidden; otherwise, false.

IsPreview

true if the stack is in preview; otherwise, false.

RemoteDebuggingSupported

true if remote debugging is supported for the stack; otherwise, false.

RuntimeVersion

Function App stack minor version (runtime only).

SiteConfigPropertyDictionaryJavaVersion

JavaVersion configuration setting.

SiteConfigPropertyDictionaryLinuxFxVersion

LinuxFxVersion configuration setting.

SiteConfigPropertyDictionaryPowerShellVersion

PowerShellVersion configuration setting.

SiteConfigPropertyDictionaryUse32BitWorkerProcess

true if use32BitWorkerProcess should be set to true for the stack; otherwise, false.

SupportedFunctionsExtensionVersion

List of supported Functions extension versions.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to