Compartilhar via


PrivateLinkResourcesOperationsExtensions.ListByServerNext Método

Definição

Obtém os recursos de link privado para o SQL Server.

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)

Parâmetros

operations
IPrivateLinkResourcesOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

Retornos

Aplica-se a