RedisOperationsExtensions.ListUpgradeNotifications Methode

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.UpgradeNotification> ListUpgradeNotifications (this Microsoft.Azure.Management.Redis.IRedisOperations operations, string resourceGroupName, string name, double history);
static member ListUpgradeNotifications : Microsoft.Azure.Management.Redis.IRedisOperations * string * string * double -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.UpgradeNotification>
<Extension()>
Public Function ListUpgradeNotifications (operations As IRedisOperations, resourceGroupName As String, name As String, history As Double) As 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 werden sollen

Gibt zurück

Gilt für: