Freigeben über


IotConnectorsOperationsExtensions.ListByWorkspaceNextAsync Methode

Definition

Listet alle IoT-Connectors für den angegebenen Arbeitsbereich auf.

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))

Parameter

operations
IIotConnectorsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: