IotConnectorsOperationsExtensions.ListByWorkspaceNextAsync Method

Definition

Lists all IoT Connectors for the given workspace

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

Parameters

operations
IIotConnectorsOperations

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

Applies to