WebAppRuntimeSettings interface
Web App runtime settings.
Properties
app |
Application Insights settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server. |
end |
End-of-life date for the minor version. NOTE: This property will not be serialized. It can only be populated by the server. |
git |
GitHub Actions settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
|
is |
|
is |
|
is |
|
is |
|
remote |
|
runtime |
Web App stack minor version (runtime only). NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
appInsightsSettings
Application Insights settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server.
appInsightsSettings?: AppInsightsWebAppStackSettings
Property Value
endOfLifeDate
End-of-life date for the minor version. NOTE: This property will not be serialized. It can only be populated by the server.
endOfLifeDate?: Date
Property Value
Date
gitHubActionSettings
GitHub Actions settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server.
gitHubActionSettings?: GitHubActionWebAppStackSettings
Property Value
isAutoUpdate
true
if the stack version is auto-updated; otherwise, false
.
NOTE: This property will not be serialized. It can only be populated by the server.
isAutoUpdate?: boolean
Property Value
boolean
isDeprecated
true
if the stack is deprecated; otherwise, false
.
NOTE: This property will not be serialized. It can only be populated by the server.
isDeprecated?: boolean
Property Value
boolean
isEarlyAccess
true
if the minor version is early-access; otherwise, false
.
NOTE: This property will not be serialized. It can only be populated by the server.
isEarlyAccess?: boolean
Property Value
boolean
isHidden
true
if the stack should be hidden; otherwise, false
.
NOTE: This property will not be serialized. It can only be populated by the server.
isHidden?: boolean
Property Value
boolean
isPreview
true
if the stack is in preview; otherwise, false
.
NOTE: This property will not be serialized. It can only be populated by the server.
isPreview?: boolean
Property Value
boolean
remoteDebuggingSupported
true
if remote debugging is supported for the stack; otherwise, false
.
NOTE: This property will not be serialized. It can only be populated by the server.
remoteDebuggingSupported?: boolean
Property Value
boolean
runtimeVersion
Web App stack minor version (runtime only). NOTE: This property will not be serialized. It can only be populated by the server.
runtimeVersion?: string
Property Value
string