Partager via


RedisOperationsExtensions.ListUpgradeNotifications Méthode

Définition

Obtient toutes les notifications de mise à niveau pour un cache Redis.

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)

Paramètres

operations
IRedisOperations

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

resourceGroupName
String

Nom du groupe de ressources.

name
String

Nom du cache Redis.

history
Double

nombre de minutes passées à rechercher les notifications de mise à niveau

Retours

S’applique à