Share via


FunctionAppRuntimeSettingsOutput interface

Function App runtime settings.

Properties

appInsightsSettings

Application Insights settings associated with the minor version.

appSettingsDictionary

Application settings associated with the minor version.

endOfLifeDate

End-of-life date for the minor version.

gitHubActionSettings

GitHub Actions settings associated with the minor version.

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).

siteConfigPropertiesDictionary

Configuration settings associated with the minor version.

supportedFunctionsExtensionVersions

List of supported Functions extension versions.

Property Details

appInsightsSettings

Application Insights settings associated with the minor version.

appInsightsSettings?: AppInsightsWebAppStackSettingsOutput

Property Value

appSettingsDictionary

Application settings associated with the minor version.

appSettingsDictionary?: Record<string, string>

Property Value

Record<string, string>

endOfLifeDate

End-of-life date for the minor version.

endOfLifeDate?: string

Property Value

string

gitHubActionSettings

GitHub Actions settings associated with the minor version.

gitHubActionSettings?: GitHubActionWebAppStackSettingsOutput

Property Value

isAutoUpdate

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

isAutoUpdate?: boolean

Property Value

boolean

isDefault

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

isDefault?: boolean

Property Value

boolean

isDeprecated

true if the stack is deprecated; otherwise, false.

isDeprecated?: boolean

Property Value

boolean

isEarlyAccess

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

isEarlyAccess?: boolean

Property Value

boolean

isHidden

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

isHidden?: boolean

Property Value

boolean

isPreview

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

isPreview?: boolean

Property Value

boolean

remoteDebuggingSupported

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

remoteDebuggingSupported?: boolean

Property Value

boolean

runtimeVersion

Function App stack minor version (runtime only).

runtimeVersion?: string

Property Value

string

siteConfigPropertiesDictionary

Configuration settings associated with the minor version.

siteConfigPropertiesDictionary?: SiteConfigPropertiesDictionaryOutput

Property Value

supportedFunctionsExtensionVersions

List of supported Functions extension versions.

supportedFunctionsExtensionVersions?: string[]

Property Value

string[]