ApplicationInsightsExtensions.GetWorkbooks メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetWorkbooks(ResourceGroupResource) |
ResourceGroupResource 内の WorkbookResources のコレクションを取得します。 |
GetWorkbooks(SubscriptionResource, CategoryType, IEnumerable<String>, Nullable<Boolean>, CancellationToken) |
指定したサブスクリプションとカテゴリ内で定義されているすべてのブックを取得します。
|
GetWorkbooks(ResourceGroupResource)
ResourceGroupResource 内の WorkbookResources のコレクションを取得します。
public static Azure.ResourceManager.ApplicationInsights.WorkbookCollection GetWorkbooks (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetWorkbooks : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ApplicationInsights.WorkbookCollection
<Extension()>
Public Function GetWorkbooks (resourceGroupResource As ResourceGroupResource) As WorkbookCollection
パラメーター
- resourceGroupResource
- ResourceGroupResource
ResourceGroupResourceメソッドが実行するインスタンス。
戻り値
WorkbookResources のコレクションとその WorkbookResource に対する操作を表す オブジェクト。
適用対象
GetWorkbooks(SubscriptionResource, CategoryType, IEnumerable<String>, Nullable<Boolean>, CancellationToken)
指定したサブスクリプションとカテゴリ内で定義されているすべてのブックを取得します。
- 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Insights/workbooks
- 操作IdWorkbooks_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.ApplicationInsights.WorkbookResource> GetWorkbooks (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.ApplicationInsights.Models.CategoryType category, System.Collections.Generic.IEnumerable<string> tags = default, bool? canFetchContent = default, System.Threading.CancellationToken cancellationToken = default);
static member GetWorkbooks : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.ApplicationInsights.Models.CategoryType * seq<string> * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.WorkbookResource>
<Extension()>
Public Function GetWorkbooks (subscriptionResource As SubscriptionResource, category As CategoryType, Optional tags As IEnumerable(Of String) = Nothing, Optional canFetchContent As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WorkbookResource)
パラメーター
- subscriptionResource
- SubscriptionResource
SubscriptionResourceメソッドが実行するインスタンス。
- category
- CategoryType
返すブックのカテゴリ。
- tags
- IEnumerable<String>
返される各ブックにタグが表示されます。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の WorkbookResource サービス要求を受け取る可能性がある のコレクション。