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

PrivateStoreNotificationsState 构造函数

定义

重载

PrivateStoreNotificationsState()

初始化 PrivateStoreNotificationsState 类的新实例。

PrivateStoreNotificationsState(IList<StopSellNotifications>, IList<NewNotifications>, IList<RequestApprovalsDetails>)

初始化 PrivateStoreNotificationsState 类的新实例。

PrivateStoreNotificationsState()

初始化 PrivateStoreNotificationsState 类的新实例。

public PrivateStoreNotificationsState ();
Public Sub New ()

适用于

PrivateStoreNotificationsState(IList<StopSellNotifications>, IList<NewNotifications>, IList<RequestApprovalsDetails>)

初始化 PrivateStoreNotificationsState 类的新实例。

public PrivateStoreNotificationsState (System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.StopSellNotifications> stopSellNotifications = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.NewNotifications> newNotifications = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.RequestApprovalsDetails> approvalRequests = default);
new Microsoft.Azure.Management.Marketplace.Models.PrivateStoreNotificationsState : System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.StopSellNotifications> * System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.NewNotifications> * System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.RequestApprovalsDetails> -> Microsoft.Azure.Management.Marketplace.Models.PrivateStoreNotificationsState
Public Sub New (Optional stopSellNotifications As IList(Of StopSellNotifications) = Nothing, Optional newNotifications As IList(Of NewNotifications) = Nothing, Optional approvalRequests As IList(Of RequestApprovalsDetails) = Nothing)

参数

stopSellNotifications
IList<StopSellNotifications>
newNotifications
IList<NewNotifications>
approvalRequests
IList<RequestApprovalsDetails>

适用于