AcknowledgeOfferNotificationDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notification update request payload details
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.AcknowledgeOfferNotificationDetailsTypeConverter))]
public class AcknowledgeOfferNotificationDetails : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IAcknowledgeOfferNotificationDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.AcknowledgeOfferNotificationDetailsTypeConverter))>]
type AcknowledgeOfferNotificationDetails = class
interface IAcknowledgeOfferNotificationDetails
interface IJsonSerializable
Public Class AcknowledgeOfferNotificationDetails
Implements IAcknowledgeOfferNotificationDetails
- Inheritance
-
AcknowledgeOfferNotificationDetails
- Attributes
- Implements
Constructors
AcknowledgeOfferNotificationDetails() |
Creates an new AcknowledgeOfferNotificationDetails 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 AcknowledgeOfferNotificationDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AcknowledgeOfferNotificationDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IAcknowledgeOfferNotificationDetails. |
FromJsonString(String) |
Creates a new instance of AcknowledgeOfferNotificationDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AcknowledgeOfferNotificationDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |