Compartir a través de


CacheOperationsExtensions.ListByServiceNext(ICacheOperations, String) Método

Definición

Enumera una colección de todas las memorias caché externas de la instancia de servicio especificada

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.CacheContract> ListByServiceNext (this Microsoft.Azure.Management.ApiManagement.ICacheOperations operations, string nextPageLink);
static member ListByServiceNext : Microsoft.Azure.Management.ApiManagement.ICacheOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.CacheContract>
<Extension()>
Public Function ListByServiceNext (operations As ICacheOperations, nextPageLink As String) As IPage(Of CacheContract)

Parámetros

operations
ICacheOperations

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