NewNotifications Constructors

Definition

Overloads

NewNotifications()

Initializes a new instance of the NewNotifications class.

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

Initializes a new instance of the NewNotifications class.

NewNotifications()

Initializes a new instance of the NewNotifications class.

public NewNotifications ();
Public Sub New ()

Applies to

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

Initializes a new instance of the NewNotifications class.

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)

Parameters

offerId
String

Gets offer id

displayName
String

Gets offer display name

isFuturePlansEnabled
Nullable<Boolean>

Gets a value indicating whether future plans is enabled.

messageCode
Nullable<Int64>

Gets or sets the notification message id

icon
String

Gets or sets the icon url

plans
IList<PlanNotificationDetails>

Gets or sets removed plans notifications

Applies to