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

IotHubResourceOperationsExtensions.ListEventHubConsumerGroups 方法

定义

获取 IoT 中心的事件中心兼容设备到云终结点中的使用者组列表

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo> ListEventHubConsumerGroups (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName);
static member ListEventHubConsumerGroups : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo>
<Extension()>
Public Function ListEventHubConsumerGroups (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, eventHubEndpointName As String) As IPage(Of EventHubConsumerGroupInfo)

参数

operations
IIotHubResourceOperations

此扩展方法的操作组。

resourceGroupName
String

包含 IoT 中心的资源组的名称。

resourceName
String

IoT 中心的名称。

eventHubEndpointName
String

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

返回

注解

获取 IoT 中心的事件中心兼容设备到云终结点中的使用者组列表。

适用于