ArmMarketplaceModelFactory.PrivateStoreNotificationsState Method
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.
Initializes a new instance of PrivateStoreNotificationsState.
public static Azure.ResourceManager.Marketplace.Models.PrivateStoreNotificationsState PrivateStoreNotificationsState (System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.StopSellNotifications> stopSellNotifications = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.NewPlanNotification> newNotifications = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.RequestApprovalsDetails> approvalRequests = default);
static member PrivateStoreNotificationsState : seq<Azure.ResourceManager.Marketplace.Models.StopSellNotifications> * seq<Azure.ResourceManager.Marketplace.Models.NewPlanNotification> * seq<Azure.ResourceManager.Marketplace.Models.RequestApprovalsDetails> -> Azure.ResourceManager.Marketplace.Models.PrivateStoreNotificationsState
Public Shared Function PrivateStoreNotificationsState (Optional stopSellNotifications As IEnumerable(Of StopSellNotifications) = Nothing, Optional newNotifications As IEnumerable(Of NewPlanNotification) = Nothing, Optional approvalRequests As IEnumerable(Of RequestApprovalsDetails) = Nothing) As PrivateStoreNotificationsState
Parameters
- stopSellNotifications
- IEnumerable<StopSellNotifications>
- newNotifications
- IEnumerable<NewPlanNotification>
- approvalRequests
- IEnumerable<RequestApprovalsDetails>
Returns
A new PrivateStoreNotificationsState instance for mocking.