Partilhar via


AcknowledgeOfferNotificationProperties Class

Definition

Notification update request payload

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.AcknowledgeOfferNotificationPropertiesTypeConverter))]
public class AcknowledgeOfferNotificationProperties : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IAcknowledgeOfferNotificationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.AcknowledgeOfferNotificationPropertiesTypeConverter))>]
type AcknowledgeOfferNotificationProperties = class
    interface IAcknowledgeOfferNotificationProperties
    interface IJsonSerializable
Public Class AcknowledgeOfferNotificationProperties
Implements IAcknowledgeOfferNotificationProperties
Inheritance
AcknowledgeOfferNotificationProperties
Attributes
Implements

Constructors

AcknowledgeOfferNotificationProperties()

Creates an new AcknowledgeOfferNotificationProperties instance.

Properties

Acknowledge

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

AddPlan

Gets or sets added plans

Dismiss

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

RemoveOffer

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

RemovePlan

Gets or sets remove plans

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AcknowledgeOfferNotificationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AcknowledgeOfferNotificationProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IAcknowledgeOfferNotificationProperties.

FromJsonString(String)

Creates a new instance of AcknowledgeOfferNotificationProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AcknowledgeOfferNotificationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to