StopSellNotifications 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
StopSellNotifications() |
Initializes a new instance of the StopSellNotifications class. |
StopSellNotifications(String, String, Nullable<Boolean>, Nullable<Int64>, String, IList<PlanNotificationDetails>) |
Initializes a new instance of the StopSellNotifications class. |
StopSellNotifications()
Initializes a new instance of the StopSellNotifications class.
public StopSellNotifications ();
Public Sub New ()
Applies to
StopSellNotifications(String, String, Nullable<Boolean>, Nullable<Int64>, String, IList<PlanNotificationDetails>)
Initializes a new instance of the StopSellNotifications class.
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)
Parameters
- offerId
- String
Gets offer id
- displayName
- String
Gets offer display name
Gets a value indicating whether entire offer is in stop sell or only few of its plans
- icon
- String
Gets or sets the icon url
- plans
- IList<PlanNotificationDetails>
Gets or sets removed plans notifications
Applies to
Azure SDK for .NET