Partager via


NotificationListResponseInner Constructeurs

Définition

Surcharges

NotificationListResponseInner()

Initialise une nouvelle instance de la classe NotificationListResponseInner.

NotificationListResponseInner(IList<UpgradeNotification>, String)

Initialise une nouvelle instance de la classe NotificationListResponseInner.

NotificationListResponseInner()

Initialise une nouvelle instance de la classe NotificationListResponseInner.

public NotificationListResponseInner ();
Public Sub New ()

S’applique à

NotificationListResponseInner(IList<UpgradeNotification>, String)

Initialise une nouvelle instance de la classe NotificationListResponseInner.

public NotificationListResponseInner (System.Collections.Generic.IList<Microsoft.Azure.Management.Redis.Fluent.Models.UpgradeNotification> value = default, string nextLink = default);
new Microsoft.Azure.Management.Redis.Fluent.Models.NotificationListResponseInner : System.Collections.Generic.IList<Microsoft.Azure.Management.Redis.Fluent.Models.UpgradeNotification> * string -> Microsoft.Azure.Management.Redis.Fluent.Models.NotificationListResponseInner
Public Sub New (Optional value As IList(Of UpgradeNotification) = Nothing, Optional nextLink As String = Nothing)

Paramètres

value
IList<UpgradeNotification>

Liste de toutes les notifications.

nextLink
String

Lien pour l’ensemble de notifications suivant.

S’applique à