Share via


ReservationCatalogMsrp Class

Definition

Pricing information about the sku.

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

Properties

P1Y

Amount in pricing currency. Tax not included.

P3Y

Amount in pricing currency. Tax not included.

P5Y

Amount in pricing currency. Tax not included.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ReservationCatalogMsrp>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReservationCatalogMsrp>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReservationCatalogMsrp>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReservationCatalogMsrp>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReservationCatalogMsrp>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to