IotHubDescriptionResource.GetEventHubConsumerGroupInfos(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。