次の方法で共有


ApplicationInsightsComponentAnalyticsItem コンストラクター

定義

オーバーロード

ApplicationInsightsComponentAnalyticsItem()

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

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

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

ApplicationInsightsComponentAnalyticsItem()

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

public ApplicationInsightsComponentAnalyticsItem ();
Public Sub New ()

適用対象

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

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

public ApplicationInsightsComponentAnalyticsItem (string id = default, string name = default, string content = default, string version = default, string scope = default, string type = default, string timeCreated = default, string timeModified = default, Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItemProperties properties = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItem : string * string * string * string * string * string * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItemProperties -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItem
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional content As String = Nothing, Optional version As String = Nothing, Optional scope As String = Nothing, Optional type As String = Nothing, Optional timeCreated As String = Nothing, Optional timeModified As String = Nothing, Optional properties As ApplicationInsightsComponentAnalyticsItemProperties = Nothing)

パラメーター

id
String

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

name
String

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

content
String

このアイテムの内容

version
String

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

scope
String

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

type
String

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

timeCreated
String

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

timeModified
String

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

適用対象