PrivateStoreNotificationsState Construtores
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.
Sobrecargas
PrivateStoreNotificationsState() |
Inicializa uma nova instância da classe PrivateStoreNotificationsState. |
PrivateStoreNotificationsState(IList<StopSellNotifications>, IList<NewNotifications>, IList<RequestApprovalsDetails>) |
Inicializa uma nova instância da classe PrivateStoreNotificationsState. |
PrivateStoreNotificationsState()
Inicializa uma nova instância da classe PrivateStoreNotificationsState.
public PrivateStoreNotificationsState ();
Public Sub New ()
Aplica-se a
PrivateStoreNotificationsState(IList<StopSellNotifications>, IList<NewNotifications>, IList<RequestApprovalsDetails>)
Inicializa uma nova instância da classe PrivateStoreNotificationsState.
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)
Parâmetros
- stopSellNotifications
- IList<StopSellNotifications>
- newNotifications
- IList<NewNotifications>
- approvalRequests
- IList<RequestApprovalsDetails>
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET