次の方法で共有


DataCollectionEndpointCollection クラス

定義

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

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

コンストラクター

DataCollectionEndpointCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, DataCollectionEndpointData, CancellationToken)

データ収集エンドポイントを作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionEndpoints/{dataCollectionEndpointName}
  • 操作IdDataCollectionEndpoints_Create
CreateOrUpdateAsync(WaitUntil, String, DataCollectionEndpointData, CancellationToken)

データ収集エンドポイントを作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionEndpoints/{dataCollectionEndpointName}
  • 操作IdDataCollectionEndpoints_Create
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionEndpoints/{dataCollectionEndpointName}
  • 操作IdDataCollectionEndpoints_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionEndpoints/{dataCollectionEndpointName}
  • 操作IdDataCollectionEndpoints_Get
Get(String, CancellationToken)

指定したデータ収集エンドポイントを返します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionEndpoints/{dataCollectionEndpointName}
  • 操作IdDataCollectionEndpoints_Get
GetAll(CancellationToken)

指定したリソース グループ内のすべてのデータ収集エンドポイントを一覧表示します。

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

指定したリソース グループ内のすべてのデータ収集エンドポイントを一覧表示します。

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

指定したデータ収集エンドポイントを返します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionEndpoints/{dataCollectionEndpointName}
  • 操作IdDataCollectionEndpoints_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DataCollectionEndpointResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DataCollectionEndpointResource>.GetEnumerator()

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

適用対象