次の方法で共有


EventHubConsumerGroupInfoCollection クラス

定義

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

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

コンストラクター

EventHubConsumerGroupInfoCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, EventHubConsumerGroupInfoCreateOrUpdateContent, CancellationToken)

IoT ハブ内の Event Hub 互換エンドポイントにコンシューマー グループを追加します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}
  • 操作IdIotHubResource_CreateEventHubConsumerGroup
CreateOrUpdateAsync(WaitUntil, String, EventHubConsumerGroupInfoCreateOrUpdateContent, CancellationToken)

IoT ハブ内の Event Hub 互換エンドポイントにコンシューマー グループを追加します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}
  • 操作IdIotHubResource_CreateEventHubConsumerGroup
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}
  • 操作IdIotHubResource_GetEventHubConsumerGroup
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}
  • 操作IdIotHubResource_GetEventHubConsumerGroup
Get(String, CancellationToken)

IoT ハブの Event Hub 互換デバイスからクラウドへのエンドポイントからコンシューマー グループを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}
  • 操作IdIotHubResource_GetEventHubConsumerGroup
GetAll(CancellationToken)

IoT ハブの Event Hub と互換性のあるデバイスからクラウドへのエンドポイント内のコンシューマー グループの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups
  • 操作IdIotHubResource_ListEventHubConsumerGroups
GetAllAsync(CancellationToken)

IoT ハブの Event Hub と互換性のあるデバイスからクラウドへのエンドポイント内のコンシューマー グループの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups
  • 操作IdIotHubResource_ListEventHubConsumerGroups
GetAsync(String, CancellationToken)

IoT ハブの Event Hub 互換デバイスからクラウドへのエンドポイントからコンシューマー グループを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}
  • 操作IdIotHubResource_GetEventHubConsumerGroup
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<EventHubConsumerGroupInfoResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<EventHubConsumerGroupInfoResource>.GetEnumerator()

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

適用対象