Partager via


RedisOperationsExtensions.ListUpgradeNotificationsNextAsync Méthode

Définition

Obtient toutes les notifications de mise à niveau pour un cache 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))

Paramètres

operations
IRedisOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à