Share via


CalculatePriceResult Class

Definition

The response of calculate price for reservation.

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

Properties

Properties

Properties for calculate price response.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CalculatePriceResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CalculatePriceResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CalculatePriceResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CalculatePriceResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CalculatePriceResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to