ApplicationInsightsExtensions.GetApplicationInsightsComponents メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetApplicationInsightsComponents(ResourceGroupResource) |
ResourceGroupResource 内の ApplicationInsightsComponentResources のコレクションを取得します。 |
GetApplicationInsightsComponents(SubscriptionResource, CancellationToken) |
サブスクリプション内のすべての Application Insights コンポーネントの一覧を取得します。
|
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 サービス要求を受け取る可能性がある のコレクション。