Freigeben über


IntegrationRuntimesOperationsExtensions.ListByWorkspaceNextAsync Methode

Definition

Auflisten von Integration Runtimes

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

Parameter

operations
IIntegrationRuntimesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Auflisten aller Integration Runtimes

Gilt für: