次の方法で共有


AppInsightsWebAppStackSettings クラス

定義

App Insights Web App スタックの設定。

public class AppInsightsWebAppStackSettings
type AppInsightsWebAppStackSettings = class
Public Class AppInsightsWebAppStackSettings
継承
AppInsightsWebAppStackSettings

コンストラクター

AppInsightsWebAppStackSettings()

AppInsightsWebAppStackSettings クラスの新しいインスタンスを初期化します。

AppInsightsWebAppStackSettings(Nullable<Boolean>, Nullable<Boolean>)

AppInsightsWebAppStackSettings クラスの新しいインスタンスを初期化します。

プロパティ

IsDefaultOff

スタックに対して Application Insights が既定で無効になっている場合は、lt;code&gt;true&lt;/code&gt; を取得&します。それ以外の場合は、&lt;code&gt;false&lt;/code&gt;。

IsSupported

スタックに対してリモート Application Insights がサポートされている場合は lt;コード&gt;true&lt;/code&gt; を取得&します。それ以外の場合は、&lt;code&gt;false&lt;/code&gt;。

適用対象