AppInsightsWebAppStackSettings interface
App Insights Web 应用堆栈设置。
属性
| is |
如果默认情况下为堆栈禁用 Application Insights,则 |
| is |
如果堆栈支持远程 Application Insights, |
属性详细信息
isDefaultOff
如果默认情况下为堆栈禁用 Application Insights,则 true;否则,false。
注意:此属性不会序列化。 它只能由服务器填充。
isDefaultOff?: boolean
属性值
boolean
isSupported
如果堆栈支持远程 Application Insights,true;否则,false。
注意:此属性不会序列化。 它只能由服务器填充。
isSupported?: boolean
属性值
boolean