Share via


WebAppRuntimeSettingsOutput interface

Web App runtime settings.

Properties

appInsightsSettings

Application Insights 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.

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

Web App stack minor version (runtime only).

Property Details

appInsightsSettings

Application Insights settings associated with the minor version.

appInsightsSettings?: AppInsightsWebAppStackSettingsOutput

Property Value

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

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

Web App stack minor version (runtime only).

runtimeVersion?: string

Property Value

string