AppInsightsWebAppStackSettings interface
App Insights 웹앱 스택 설정입니다.
속성
is |
스택에 대해 Application Insights를 기본적으로 사용하지 않도록 설정한 경우 |
is |
스택에 대해 원격 Application Insights가 지원되는지 |
속성 세부 정보
isDefaultOff
스택에 대해 Application Insights를 기본적으로 사용하지 않도록 설정한 경우 true
. 그렇지 않으면 false
.
참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.
isDefaultOff?: boolean
속성 값
boolean
isSupported
스택에 대해 원격 Application Insights가 지원되는지 true
. 그렇지 않으면 false
.
참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.
isSupported?: boolean
속성 값
boolean