次の方法で共有


ApplicationInsightsComponentAnalyticsItem クラス

定義

Application Insights コンポーネントに関連付けられている Analytics アイテムを定義するプロパティ。

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

コンストラクター

ApplicationInsightsComponentAnalyticsItem()

ApplicationInsightsComponentAnalyticsItem の新しいインスタンスを初期化します。

プロパティ

ApplicationInsightsComponentAnalyticsItemFunctionAlias

項目の型が Function の場合に使用される関数エイリアス。

Content

このアイテムの内容。

Id

アイテム定義の内部的に割り当てられた一意の ID。

ItemType

Analytics アイテムの種類を示す列挙型。

Name

アイテムのユーザー定義名。

Scope

この項目定義が特定のユーザーによって所有されているか、Application Insights コンポーネントにアクセスできるすべてのユーザー間で共有されているかを示す列挙型。

TimeCreated

このアイテムが作成された UTC の日付と時刻。

TimeModified

このアイテムに対して行われた最後の変更の UTC での日付と時刻。

Version

このインスタンスのバージョンのデータ モデル。 これは、新しい機能が追加されると変更される可能性があります。

適用対象