Freigeben über


StopSellNotifications Konstruktoren

Definition

Überlädt

StopSellNotifications()

Initialisiert eine neue instance der StopSellNotifications-Klasse.

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

Initialisiert eine neue instance der StopSellNotifications-Klasse.

StopSellNotifications()

Initialisiert eine neue instance der StopSellNotifications-Klasse.

public StopSellNotifications ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der StopSellNotifications-Klasse.

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)

Parameter

offerId
String

Ruft die Angebots-ID ab.

displayName
String

Ruft den Angebotsanzeigenamen ab.

isEntire
Nullable<Boolean>

Ruft einen Wert ab, der angibt, ob sich das gesamte Angebot im Stop-Selling-Bereich oder nur wenige seiner Pläne befindet.

messageCode
Nullable<Int64>

Ruft die Benachrichtigungs-ID ab oder legt sie fest.

icon
String

Ruft die Symbol-URL ab oder legt sie fest.

plans
IList<PlanNotificationDetails>

Ruft Benachrichtigungen zu entfernten Plänen ab oder legt sie fest

Gilt für: