次の方法で共有


IotHubDescriptionResource.GetEventHubConsumerGroupInfos(String) メソッド

定義

IotHubDescription 内の EventHubConsumerGroupInfoResources のコレクションを取得します。

public virtual Azure.ResourceManager.IotHub.EventHubConsumerGroupInfoCollection GetEventHubConsumerGroupInfos (string eventHubEndpointName);
abstract member GetEventHubConsumerGroupInfos : string -> Azure.ResourceManager.IotHub.EventHubConsumerGroupInfoCollection
override this.GetEventHubConsumerGroupInfos : string -> Azure.ResourceManager.IotHub.EventHubConsumerGroupInfoCollection
Public Overridable Function GetEventHubConsumerGroupInfos (eventHubEndpointName As String) As EventHubConsumerGroupInfoCollection

パラメーター

eventHubEndpointName
String

Event Hub 互換エンドポイントの名前。

戻り値

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

例外

eventHubEndpointName は空の文字列であり、空でないと想定されていました。

eventHubEndpointName が null です。

適用対象