ArmMarketplaceModelFactory.PrivateStoreNotificationsState Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de 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
Parâmetros
- stopSellNotifications
- IEnumerable<StopSellNotifications>
- newNotifications
- IEnumerable<NewPlanNotification>
- approvalRequests
- IEnumerable<RequestApprovalsDetails>
Retornos
Uma nova PrivateStoreNotificationsState instância para zombar.