FunctionAppRuntimeSettingsOutput interface
Function App runtime settings.
Properties
| app |
Application Insights settings associated with the minor version. |
| app |
Application settings associated with the minor version. |
| end |
End-of-life date for the minor version. |
| git |
GitHub Actions settings associated with the minor version. |
| is |
|
| is |
|
| is |
|
| is |
|
| is |
|
| is |
|
| remote |
|
| runtime |
Function App stack minor version (runtime only). |
| site |
Configuration settings associated with the minor version. |
| supported |
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[]