IotHubResourceOperationsExtensions.ListEventHubConsumerGroupsNextAsync(IIotHubResourceOperations, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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<string>> ListEventHubConsumerGroupsNextAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = null);
static member ListEventHubConsumerGroupsNextAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<string>>
Parameters
- operations
- IIotHubResourceOperations
The operations group for this extension method.
- nextPageLink
- System.String
The NextLink from the previous successful call to List operation.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token.
Returns
- System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<System.String>>
Remarks
Get a list of the consumer groups in the Event Hub-compatible device-to-cloud endpoint in an IoT hub.