Compartilhar via


PrivateLinkResourcesOperationsExtensions.ListByServerNext Método

Definição

Obtém os recursos de link privado para o servidor PostgreSQL.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.PrivateLinkResource> ListByServerNext (this Microsoft.Azure.Management.PostgreSQL.IPrivateLinkResourcesOperations operations, string nextPageLink);
static member ListByServerNext : Microsoft.Azure.Management.PostgreSQL.IPrivateLinkResourcesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.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 com êxito anterior para a operação Listar.

Retornos

Aplica-se a