PrivateStoreNotificationsState Constructors

Definition

Overloads

PrivateStoreNotificationsState()

Initializes a new instance of the PrivateStoreNotificationsState class.

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

Initializes a new instance of the PrivateStoreNotificationsState class.

PrivateStoreNotificationsState()

Initializes a new instance of the PrivateStoreNotificationsState class.

public PrivateStoreNotificationsState ();
Public Sub New ()

Applies to

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

Initializes a new instance of the PrivateStoreNotificationsState class.

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)

Parameters

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

Applies to