AppInsightsWebAppStackSettings interface
App Insights Web App スタックの設定。
プロパティ
is |
スタックに対して Application Insights が既定で無効になっている場合に |
is |
リモート Application Insights がスタックでサポートされているかどうかを |
プロパティの詳細
isDefaultOff
スタックに対して Application Insights が既定で無効になっている場合に true
します。それ以外の場合は、false
します。
注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
isDefaultOff?: boolean
プロパティ値
boolean
isSupported
リモート Application Insights がスタックでサポートされているかどうかを true
します。それ以外の場合は、false
します。
注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
isSupported?: boolean
プロパティ値
boolean