StopSellNotifications 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
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
Obtém um valor que indica se toda a oferta está em parada de venda ou apenas alguns de seus planos
- 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
Azure SDK for .NET