次の方法で共有


ApplicationInsightsExtensions.GetApplicationInsightsComponents メソッド

定義

オーバーロード

GetApplicationInsightsComponents(ResourceGroupResource)

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

GetApplicationInsightsComponents(SubscriptionResource, CancellationToken)

サブスクリプション内のすべての Application Insights コンポーネントの一覧を取得します。

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

GetApplicationInsightsComponents(ResourceGroupResource)

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

public static Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentCollection GetApplicationInsightsComponents (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetApplicationInsightsComponents : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentCollection
<Extension()>
Public Function GetApplicationInsightsComponents (resourceGroupResource As ResourceGroupResource) As ApplicationInsightsComponentCollection

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行されるインスタンス。

戻り値

ApplicationInsightsComponentResources のコレクションとその ApplicationInsightsComponentResource に対する操作を表す オブジェクト。

適用対象

GetApplicationInsightsComponents(SubscriptionResource, CancellationToken)

サブスクリプション内のすべての Application Insights コンポーネントの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Insights/components
  • 操作IdComponents_List
public static Azure.Pageable<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource> GetApplicationInsightsComponents (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetApplicationInsightsComponents : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource>
<Extension()>
Public Function GetApplicationInsightsComponents (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApplicationInsightsComponentResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

cancellationToken
CancellationToken

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

戻り値

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

適用対象