Freigeben über


SqlPoolsOperationsExtensions.ListByWorkspaceNext Methode

Definition

Auflisten von SQL-Pools

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPool> ListByWorkspaceNext (this Microsoft.Azure.Management.Synapse.ISqlPoolsOperations operations, string nextPageLink);
static member ListByWorkspaceNext : Microsoft.Azure.Management.Synapse.ISqlPoolsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPool>
<Extension()>
Public Function ListByWorkspaceNext (operations As ISqlPoolsOperations, nextPageLink As String) As IPage(Of SqlPool)

Parameter

operations
ISqlPoolsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

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

Gibt zurück

Hinweise

Auflisten aller SQL-Pools

Gilt für: