次の方法で共有


ApplicationInsightsExtensions.GetMyWorkbooks メソッド

定義

オーバーロード

GetMyWorkbooks(ResourceGroupResource)

ResourceGroupResource 内の MyWorkbookResources のコレクションを取得します。

GetMyWorkbooks(SubscriptionResource, CategoryType, IEnumerable<String>, Nullable<Boolean>, CancellationToken)

指定したサブスクリプションとカテゴリ内で定義されているすべてのプライベート ブックを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Insights/myWorkbooks
  • 操作IdMyWorkbooks_ListBySubscription

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>

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

canFetchContent
Nullable<Boolean>

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象