NewNotifications Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- icon
- String
Gets or sets the icon url
- plans
- IList<PlanNotificationDetails>
Gets or sets removed plans notifications