Share via


ReservationRefundContent Class

Definition

Request containing information needed for returning reservation.

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

Constructors

ReservationRefundContent()

Initializes a new instance of ReservationRefundContent.

Properties

Properties

Properties needed for refund request including the session id from calculate refund, the scope, the reservation to be returned and the return reason.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ReservationRefundContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReservationRefundContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReservationRefundContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReservationRefundContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReservationRefundContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to