IotHubResourceOperationsExtensions.ListEventHubConsumerGroupsNextAsync Method

Definition

Get a list of the consumer groups in the Event Hub-compatible device-to-cloud endpoint in an IoT hub

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo>> ListEventHubConsumerGroupsNextAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListEventHubConsumerGroupsNextAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo>>
<Extension()>
Public Function ListEventHubConsumerGroupsNextAsync (operations As IIotHubResourceOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of EventHubConsumerGroupInfo))

Parameters

operations
IIotHubResourceOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Get a list of the consumer groups in the Event Hub-compatible device-to-cloud endpoint in an IoT hub.

Applies to