次の方法で共有


WorkbooksOperationsExtensions.ListByResourceGroupAsync メソッド

定義

指定したリソース グループとカテゴリ内で定義されているすべてのブックを取得します。

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.ApplicationInsights.Management.Models.Workbook>> ListByResourceGroupAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IWorkbooksOperations operations, string resourceGroupName, string category, System.Collections.Generic.IList<string> tags = default, bool? canFetchContent = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IWorkbooksOperations * string * string * System.Collections.Generic.IList<string> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.ApplicationInsights.Management.Models.Workbook>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IWorkbooksOperations, resourceGroupName As String, category As String, Optional tags As IList(Of String) = Nothing, Optional canFetchContent As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of Workbook))

パラメーター

operations
IWorkbooksOperations

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

resourceGroupName
String

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

category
String

返すブックのカテゴリ。 使用できる値は、'workbook'、'TSG'、'performance'、'retention' です。

tags
IList<String>

返された各ブックにタグが表示されます。

canFetchContent
Nullable<Boolean>

該当する各ブックの完全なコンテンツを返すかどうかを示すフラグ。 false の場合は、ブックの概要コンテンツのみが返されます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象