WorkbookCollection.GetAllAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks
  • 操作IdWorkbooks_ListByResourceGroup
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.WorkbookResource> GetAllAsync (Azure.ResourceManager.ApplicationInsights.Models.CategoryType category, System.Collections.Generic.IEnumerable<string> tags = default, string sourceId = default, bool? canFetchContent = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.ApplicationInsights.Models.CategoryType * seq<string> * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.WorkbookResource>
override this.GetAllAsync : Azure.ResourceManager.ApplicationInsights.Models.CategoryType * seq<string> * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.WorkbookResource>
Public Overridable Function GetAllAsync (category As CategoryType, Optional tags As IEnumerable(Of String) = Nothing, Optional sourceId As String = Nothing, Optional canFetchContent As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WorkbookResource)

パラメーター

category
CategoryType

返すブックのカテゴリ。

tags
IEnumerable<String>

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

sourceId
String

リンクされているすべてのブックをフェッチする Azure リソース ID。

canFetchContent
Nullable<Boolean>

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の WorkbookResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象