次の方法で共有


NewNotifications コンストラクター

定義

オーバーロード

NewNotifications()

NewNotifications クラスの新しいインスタンスを初期化します。

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

NewNotifications クラスの新しいインスタンスを初期化します。

NewNotifications()

NewNotifications クラスの新しいインスタンスを初期化します。

public NewNotifications ();
Public Sub New ()

適用対象

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

NewNotifications クラスの新しいインスタンスを初期化します。

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)

パラメーター

offerId
String

オファー ID を取得します

displayName
String

オファーの表示名を取得します

isFuturePlansEnabled
Nullable<Boolean>

将来のプランが有効かどうかを示す値を取得します。

messageCode
Nullable<Int64>

通知メッセージ ID を取得または設定します

icon
String

アイコンの URL を取得または設定します

plans
IList<PlanNotificationDetails>

削除されたプランの通知を取得または設定します

適用対象