Compartir a través de


LinkedServerOperationsExtensions.ListNextAsync Método

Definición

Obtiene la lista de servidores vinculados asociados a esta caché de Redis (requiere SKU Premium).

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.RedisLinkedServerWithProperties>> ListNextAsync (this Microsoft.Azure.Management.Redis.ILinkedServerOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Redis.ILinkedServerOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.RedisLinkedServerWithProperties>>
<Extension()>
Public Function ListNextAsync (operations As ILinkedServerOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RedisLinkedServerWithProperties))

Parámetros

operations
ILinkedServerOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a