PrivateStoreNotificationsState Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PrivateStoreNotificationsState() |
Initialisiert einen neuen instance der PrivateStoreNotificationsState-Klasse. |
PrivateStoreNotificationsState(IList<StopSellNotifications>, IList<NewNotifications>, IList<RequestApprovalsDetails>) |
Initialisiert einen neuen instance der PrivateStoreNotificationsState-Klasse. |
PrivateStoreNotificationsState()
Initialisiert einen neuen instance der PrivateStoreNotificationsState-Klasse.
public PrivateStoreNotificationsState ();
Public Sub New ()
Gilt für:
PrivateStoreNotificationsState(IList<StopSellNotifications>, IList<NewNotifications>, IList<RequestApprovalsDetails>)
Initialisiert einen neuen instance der PrivateStoreNotificationsState-Klasse.
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)
Parameter
- stopSellNotifications
- IList<StopSellNotifications>
- newNotifications
- IList<NewNotifications>
- approvalRequests
- IList<RequestApprovalsDetails>
Gilt für:
Azure SDK for .NET