Sdílet prostřednictvím


SqlPoolUsagesOperationsExtensions.ListNext Method

Definition

Gets SQL pool usages

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

Parameters

operations
ISqlPoolUsagesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Gets SQL pool usages.

Applies to