Partager via


NewNotifications Constructeurs

Définition

Surcharges

NewNotifications()

Initialise une nouvelle instance de la classe NewNotifications.

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

Initialise une nouvelle instance de la classe NewNotifications.

NewNotifications()

Initialise une nouvelle instance de la classe NewNotifications.

public NewNotifications ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe NewNotifications.

public NewNotifications (string offerId = default, string displayName = default, bool? isFuturePlansEnabled = 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.NewNotifications : string * string * Nullable<bool> * Nullable<int64> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.PlanNotificationDetails> -> Microsoft.Azure.Management.Marketplace.Models.NewNotifications
Public Sub New (Optional offerId As String = Nothing, Optional displayName As String = Nothing, Optional isFuturePlansEnabled As Nullable(Of Boolean) = Nothing, Optional messageCode As Nullable(Of Long) = Nothing, Optional icon As String = Nothing, Optional plans As IList(Of PlanNotificationDetails) = Nothing)

Paramètres

offerId
String

Obtient l’ID d’offre

displayName
String

Obtient le nom complet de l’offre

isFuturePlansEnabled
Nullable<Boolean>

Obtient une valeur indiquant si les plans futurs sont activés.

messageCode
Nullable<Int64>

Obtient ou définit l’ID du message de notification

icon
String

Obtient ou définit l’URL de l’icône

plans
IList<PlanNotificationDetails>

Obtient ou définit les notifications de plans supprimés

S’applique à