StopSellNotifications Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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.
Ruft einen Wert ab, der angibt, ob sich das gesamte Angebot im Stop-Selling-Bereich oder nur wenige seiner Pläne befindet.
- 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:
Azure SDK for .NET