ApplicationInsightsComponentAnalyticsItem クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 |
このインスタンスのデータ モデルのバージョンを取得します。 これは、新しい機能が追加されると変更される可能性があります。 |
適用対象
Azure SDK for .NET