你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotificationListResponseInner 构造函数

定义

重载

NotificationListResponseInner()

初始化 NotificationListResponseInner 类的新实例。

NotificationListResponseInner(IList<UpgradeNotification>, String)

初始化 NotificationListResponseInner 类的新实例。

NotificationListResponseInner()

初始化 NotificationListResponseInner 类的新实例。

public NotificationListResponseInner ();
Public Sub New ()

适用于

NotificationListResponseInner(IList<UpgradeNotification>, String)

初始化 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)

参数

value
IList<UpgradeNotification>

所有通知的列表。

nextLink
String

下一组通知的链接。

适用于