Compartir a través de


PrivateLinkResourcesOperationsExtensions.ListByServerNext Método

Definición

Obtiene los recursos de vínculo privado para el servidor MySQL.

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

Parámetros

operations
IPrivateLinkResourcesOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a