NotificationListResponseInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.