次の方法で共有


ApplicationInsightsComponentCollection クラス

定義

のコレクション ApplicationInsightsComponentResource とその操作を表すクラス。 コレクション内の各 ApplicationInsightsComponentResource は、 の同じインスタンス ResourceGroupResourceに属します。 インスタンスを ApplicationInsightsComponentCollection 取得するには、 のインスタンス ResourceGroupResourceから GetApplicationInsightsComponents メソッドを呼び出します。

public class ApplicationInsightsComponentCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentResource>
type ApplicationInsightsComponentCollection = class
    inherit ArmCollection
    interface seq<ApplicationInsightsComponentResource>
    interface IEnumerable
    interface IAsyncEnumerable<ApplicationInsightsComponentResource>
Public Class ApplicationInsightsComponentCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ApplicationInsightsComponentResource), IEnumerable(Of ApplicationInsightsComponentResource)
継承
ApplicationInsightsComponentCollection
実装

コンストラクター

ApplicationInsightsComponentCollection()

モック作成のために クラスの ApplicationInsightsComponentCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ApplicationInsightsComponentData, CancellationToken)

Application Insights コンポーネントを作成 (または更新) します。 注: Put 操作で InstrumentationKey と AppId に別の値を指定することはできません。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}
  • 操作IdComponents_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ApplicationInsightsComponentData, CancellationToken)

Application Insights コンポーネントを作成 (または更新) します。 注: Put 操作で InstrumentationKey と AppId に別の値を指定することはできません。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}
  • 操作IdComponents_CreateOrUpdate
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}
  • 操作IdComponents_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}
  • 操作IdComponents_Get
Get(String, CancellationToken)

Application Insights コンポーネントを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}
  • 操作IdComponents_Get
GetAll(CancellationToken)

リソース グループ内の Application Insights コンポーネントの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components
  • 操作IdComponents_ListByResourceGroup
GetAllAsync(CancellationToken)

リソース グループ内の Application Insights コンポーネントの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components
  • 操作IdComponents_ListByResourceGroup
GetAsync(String, CancellationToken)

Application Insights コンポーネントを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}
  • 操作IdComponents_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<ApplicationInsightsComponentResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<ApplicationInsightsComponentResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象