Aracılığıyla paylaş


SqlPoolSchemasOperationsExtensions.ListNext Method

Definition

Gets schemas of a given SQL pool

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

Parameters

operations
ISqlPoolSchemasOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Gets schemas of a given SQL pool.

Applies to