共用方式為


NotificationListResponseInner Constructors

Definition

Overloads

NotificationListResponseInner()

Initializes a new instance of the NotificationListResponseInner class.

NotificationListResponseInner(IList<UpgradeNotification>, String)

Initializes a new instance of the NotificationListResponseInner class.

NotificationListResponseInner()

Initializes a new instance of the NotificationListResponseInner class.

public NotificationListResponseInner ();
Public Sub New ()

Applies to

NotificationListResponseInner(IList<UpgradeNotification>, String)

Initializes a new instance of the NotificationListResponseInner class.

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)

Parameters

value
IList<UpgradeNotification>

List of all notifications.

nextLink
String

Link for next set of notifications.

Applies to