次の方法で共有


AnalyticsItemsOperationsExtensions.ListAsync メソッド

定義

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

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItem>> ListAsync(this Microsoft.Azure.Management.ApplicationInsights.Management.IAnalyticsItemsOperations operations, string resourceGroupName, string resourceName, string scopePath, string scope = default, string type = default, bool? includeContent = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IAnalyticsItemsOperations * string * string * string * string * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItem>>
<Extension()>
Public Function ListAsync (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, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 の場合は、アイテム情報のみを返します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象