次の方法で共有


AnalyticsItemsOperationsExtensions.List メソッド

定義

Application Insights コンポーネント内で定義されている分析アイテムの一覧を取得します。

public static System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItem> List(this Microsoft.Azure.Management.ApplicationInsights.Management.IAnalyticsItemsOperations operations, string resourceGroupName, string resourceName, string scopePath, string scope = default, string type = default, bool? includeContent = default);
static member List : Microsoft.Azure.Management.ApplicationInsights.Management.IAnalyticsItemsOperations * string * string * string * string * string * Nullable<bool> -> System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItem>
<Extension()>
Public Function List (operations As IAnalyticsItemsOperations, resourceGroupName As String, resourceName As String, scopePath As String, Optional scope As String = Nothing, Optional type As String = Nothing, Optional includeContent As Nullable(Of Boolean) = Nothing) As IList(Of ApplicationInsightsComponentAnalyticsItem)

パラメーター

operations
IAnalyticsItemsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName
String

Application Insights コンポーネント リソースの名前。

scopePath
String

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

scope
String

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

type
String

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

includeContent
Nullable<Boolean>

該当する各アイテムの内容を返すかどうかを示すフラグ。 false の場合は、アイテム情報のみを返します。

戻り値

適用対象