PrivateStoreNotificationsState 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
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET