你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

与事件中心兼容的终结点的名称。

返回

一个 对象,该对象表示 EventHubConsumerGroupInfoResources 及其在 EventHubConsumerGroupInfoResource 上的操作的集合。

例外

eventHubEndpointName 是一个空字符串,预期为非空。

eventHubEndpointName 为 null。

适用于