次の方法で共有


ApplicationInsightsComponentAnalyticsItem クラス

定義

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

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

コンストラクター

ApplicationInsightsComponentAnalyticsItem()

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

ApplicationInsightsComponentAnalyticsItem(String, String, String, String, String, String, String, String, ApplicationInsightsComponentAnalyticsItemProperties)

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

プロパティ

Content

このアイテムの内容を取得または設定します

Id

項目定義の内部的に割り当てられた一意の ID を取得または設定します。

Name

アイテムのユーザー定義名を取得または設定します。

Properties

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

Scope

この項目定義が特定のユーザーによって所有されているか、Application Insights コンポーネントにアクセスできるすべてのユーザー間で共有されるかを示す列挙型を取得または設定します。 使用可能な値は、'shared'、'user' です。

TimeCreated

このアイテムが作成された日時を UTC で取得します。

TimeModified

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

Type

Analytics アイテムの種類を示す列挙型を取得または設定します。 使用できる値は、'query'、'function'、'folder'、'recent' です。

Version

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

適用対象