Compartir a través de


RedisOperationsExtensions.ListUpgradeNotificationsNextAsync Método

Definición

Obtiene las notificaciones de actualización de una caché de Redis.

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

Parámetros

operations
IRedisOperations

El grupo de operaciones de 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