Share via


InformaticaOfferDetails Class

Definition

Details of the product offering.

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

Constructors

InformaticaOfferDetails(String, String, String, String, String)

Initializes a new instance of InformaticaOfferDetails.

Properties

OfferId

Id of the product offering.

PlanId

Id of the product offer plan.

PlanName

Name of the product offer plan.

PublisherId

Id of the product publisher.

TermId

Offer plan term id.

TermUnit

Offer plan term unit.

Explicit Interface Implementations

IJsonModel<InformaticaOfferDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InformaticaOfferDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InformaticaOfferDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InformaticaOfferDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InformaticaOfferDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to