Freigeben über


PrivateLinkResourcesOperationsExtensions.ListByServerNext Methode

Definition

Ruft die Private Link-Ressourcen für SQL Server ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.PrivateLinkResource> ListByServerNext (this Microsoft.Azure.Management.Sql.IPrivateLinkResourcesOperations operations, string nextPageLink);
static member ListByServerNext : Microsoft.Azure.Management.Sql.IPrivateLinkResourcesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.PrivateLinkResource>
<Extension()>
Public Function ListByServerNext (operations As IPrivateLinkResourcesOperations, nextPageLink As String) As IPage(Of PrivateLinkResource)

Parameter

operations
IPrivateLinkResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: