다음을 통해 공유


ExchangeResult Class

Definition

Exchange operation result.

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

Properties

Error

Required if status == failed or status == canceled.

Id

It should match what is used to GET the operation result.

Name

It must match the last segment of the id field, and will typically be a GUID / system generated value.

Properties

Exchange response properties.

Status

Status of the operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExchangeResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExchangeResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExchangeResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExchangeResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExchangeResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to