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