共用方式為


StopSellNotifications Constructors

Definition

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

isEntire
Nullable<Boolean>

Gets a value indicating whether entire offer is in stop sell or only few of its plans

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