共用方式為


AcknowledgeOfferNotificationProperties Constructors

Definition

Overloads

AcknowledgeOfferNotificationProperties()

Initializes a new instance of the AcknowledgeOfferNotificationProperties class.

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

Initializes a new instance of the AcknowledgeOfferNotificationProperties class.

AcknowledgeOfferNotificationProperties()

Initializes a new instance of the AcknowledgeOfferNotificationProperties class.

public AcknowledgeOfferNotificationProperties ();
Public Sub New ()

Applies to

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

Initializes a new instance of the AcknowledgeOfferNotificationProperties class.

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)

Parameters

acknowledge
Nullable<Boolean>

Gets or sets a value indicating whether acknowledge action flag is enabled

dismiss
Nullable<Boolean>

Gets or sets a value indicating whether dismiss action flag is enabled

removeOffer
Nullable<Boolean>

Gets or sets a value indicating whether remove offer action flag is enabled

addPlans
IList<String>

Gets or sets added plans

removePlans
IList<String>

Gets or sets remove plans

Applies to