Freigeben über


SqlPoolSchemasOperationsExtensions.ListNextAsync Methode

Definition

Ruft Schemas eines bestimmten SQL-Pools ab.

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

Parameter

operations
ISqlPoolSchemasOperations

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

Ruft Schemas eines bestimmten SQL-Pools ab.

Gilt für: