Share via


IotHubResourceOperationsExtensions.ListEventHubConsumerGroupsNext Methode

Definition

Abrufen einer Liste der Consumergruppen im Event Hub-kompatiblen Device-to-Cloud-Endpunkt in einem IoT Hub

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

Parameter

operations
IIotHubResourceOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Hinweise

Rufen Sie eine Liste der Consumergruppen im Event Hub-kompatiblen Device-to-Cloud-Endpunkt in einem IoT Hub ab.

Gilt für: