NewNotifications コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
オファーの表示名を取得します
- icon
- String
アイコンの URL を取得または設定します
- plans
- IList<PlanNotificationDetails>
削除されたプランの通知を取得または設定します
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET