Compartilhar via


StopSellNotifications Construtores

Definição

Sobrecargas

StopSellNotifications()

Inicializa uma nova instância da classe StopSellNotifications.

StopSellNotifications(String, String, Nullable<Boolean>, Nullable<Int64>, String, IList<PlanNotificationDetails>)

Inicializa uma nova instância da classe StopSellNotifications.

StopSellNotifications()

Inicializa uma nova instância da classe StopSellNotifications.

public StopSellNotifications ();
Public Sub New ()

Aplica-se a

StopSellNotifications(String, String, Nullable<Boolean>, Nullable<Int64>, String, IList<PlanNotificationDetails>)

Inicializa uma nova instância da classe StopSellNotifications.

public StopSellNotifications (string offerId = default, string displayName = default, bool? isEntire = default, long? messageCode = default, string icon = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.PlanNotificationDetails> plans = default);
new Microsoft.Azure.Management.Marketplace.Models.StopSellNotifications : string * string * Nullable<bool> * Nullable<int64> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.PlanNotificationDetails> -> Microsoft.Azure.Management.Marketplace.Models.StopSellNotifications
Public Sub New (Optional offerId As String = Nothing, Optional displayName As String = Nothing, Optional isEntire As Nullable(Of Boolean) = Nothing, Optional messageCode As Nullable(Of Long) = Nothing, Optional icon As String = Nothing, Optional plans As IList(Of PlanNotificationDetails) = Nothing)

Parâmetros

offerId
String

Obtém a ID da oferta

displayName
String

Obtém o nome de exibição da oferta

isEntire
Nullable<Boolean>

Obtém um valor que indica se toda a oferta está em parada de venda ou apenas alguns de seus planos

messageCode
Nullable<Int64>

Obtém ou define a ID da mensagem de notificação

icon
String

Obtém ou define a URL do ícone

plans
IList<PlanNotificationDetails>

Obtém ou define notificações de planos removidos

Aplica-se a