共用方式為


ArmMarketplaceModelFactory.PrivateStoreNotificationsState Method

Definition

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>

Returns

A new PrivateStoreNotificationsState instance for mocking.

Applies to