RedisOperationsExtensions.ListUpgradeNotificationsAsync Methode

Definition

Ruft alle Upgradebenachrichtigungen für einen Redis-Cache ab.

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

Parameter

operations
IRedisOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

name
String

Der Name des Redis-Caches.

history
Double

wie viele Minuten in der Vergangenheit nach Upgradebenachrichtigungen gesucht wurden

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: