次の方法で共有


AcknowledgeOfferNotificationProperties コンストラクター

定義

オーバーロード

AcknowledgeOfferNotificationProperties()

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

AcknowledgeOfferNotificationProperties(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, IList<String>, IList<String>)

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

AcknowledgeOfferNotificationProperties()

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

public AcknowledgeOfferNotificationProperties ();
Public Sub New ()

適用対象

AcknowledgeOfferNotificationProperties(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, IList<String>, IList<String>)

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

public AcknowledgeOfferNotificationProperties (bool? acknowledge = default, bool? dismiss = default, bool? removeOffer = default, System.Collections.Generic.IList<string> addPlans = default, System.Collections.Generic.IList<string> removePlans = default);
new Microsoft.Azure.Management.Marketplace.Models.AcknowledgeOfferNotificationProperties : Nullable<bool> * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Marketplace.Models.AcknowledgeOfferNotificationProperties
Public Sub New (Optional acknowledge As Nullable(Of Boolean) = Nothing, Optional dismiss As Nullable(Of Boolean) = Nothing, Optional removeOffer As Nullable(Of Boolean) = Nothing, Optional addPlans As IList(Of String) = Nothing, Optional removePlans As IList(Of String) = Nothing)

パラメーター

acknowledge
Nullable<Boolean>

確認アクション フラグが有効かどうかを示す値を取得または設定します。

dismiss
Nullable<Boolean>

無視アクション フラグが有効かどうかを示す値を取得または設定します。

removeOffer
Nullable<Boolean>

オファーの削除アクション フラグが有効かどうかを示す値を取得または設定します。

addPlans
IList<String>

追加されたプランを取得または設定します

removePlans
IList<String>

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

適用対象