다음을 통해 공유


AcknowledgeOfferNotificationContent Class

Definition

Notification update request payload.

public class AcknowledgeOfferNotificationContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Marketplace.Models.AcknowledgeOfferNotificationContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Marketplace.Models.AcknowledgeOfferNotificationContent>
type AcknowledgeOfferNotificationContent = class
    interface IJsonModel<AcknowledgeOfferNotificationContent>
    interface IPersistableModel<AcknowledgeOfferNotificationContent>
Public Class AcknowledgeOfferNotificationContent
Implements IJsonModel(Of AcknowledgeOfferNotificationContent), IPersistableModel(Of AcknowledgeOfferNotificationContent)
Inheritance
AcknowledgeOfferNotificationContent
Implements

Constructors

AcknowledgeOfferNotificationContent()

Initializes a new instance of AcknowledgeOfferNotificationContent.

Properties

AddPlans

Gets or sets added plans.

IsAcknowledgeActionFlagEnabled

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

IsDismissActionFlagEnabled

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

IsRemoveOfferActionFlagEnabled

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

RemovePlans

Gets or sets remove plans.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AcknowledgeOfferNotificationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AcknowledgeOfferNotificationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AcknowledgeOfferNotificationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AcknowledgeOfferNotificationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AcknowledgeOfferNotificationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to