AnalyticsItemsOperationsExtensions.ListAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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' です。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET