Share via


NeonOfferDetails Class

Definition

Offer details for the marketplace that is selected by the user.

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

Constructors

NeonOfferDetails(String, String, String)

Initializes a new instance of NeonOfferDetails.

Properties

OfferId

Offer Id for the marketplace offer.

PlanId

Plan Id for the marketplace offer.

PlanName

Plan Name for the marketplace offer.

PublisherId

Publisher Id for the marketplace offer.

TermId

Term Id for the marketplace offer.

TermUnit

Term Name for the marketplace offer.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NeonOfferDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NeonOfferDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NeonOfferDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NeonOfferDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NeonOfferDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to