Compartir a través de


StopSellNotifications Constructores

Definición

Sobrecargas

StopSellNotifications()

Inicializa una nueva instancia de la clase StopSellNotifications.

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

Inicializa una nueva instancia de la clase StopSellNotifications.

StopSellNotifications()

Inicializa una nueva instancia de la clase StopSellNotifications.

public StopSellNotifications ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase 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

Obtiene el identificador de la oferta.

displayName
String

Obtiene el nombre para mostrar de la oferta.

isEntire
Nullable<Boolean>

Obtiene un valor que indica si toda la oferta está en detención de la venta o solo algunos de sus planes.

messageCode
Nullable<Int64>

Obtiene o establece el identificador del mensaje de notificación.

icon
String

Obtiene o establece la dirección URL del icono.

plans
IList<PlanNotificationDetails>

Obtiene o establece notificaciones de planes quitados

Se aplica a