다음을 통해 공유


ReservationRefundPolicyError Class

Definition

error details.

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

Properties

Code

Error code describing the reason that service is not able to process the incoming request.

Message

Gets the message.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ReservationRefundPolicyError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReservationRefundPolicyError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReservationRefundPolicyError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReservationRefundPolicyError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReservationRefundPolicyError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to