Sdílet prostřednictvím


CalculateExchangeResult Class

Definition

CalculateExchange operation result.

public class CalculateExchangeResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Reservations.Models.CalculateExchangeResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Reservations.Models.CalculateExchangeResult>
public class CalculateExchangeResult
type CalculateExchangeResult = class
    interface IJsonModel<CalculateExchangeResult>
    interface IPersistableModel<CalculateExchangeResult>
type CalculateExchangeResult = class
Public Class CalculateExchangeResult
Implements IJsonModel(Of CalculateExchangeResult), IPersistableModel(Of CalculateExchangeResult)
Public Class CalculateExchangeResult
Inheritance
CalculateExchangeResult
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

CalculateExchange response properties.

Status

Status of the operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CalculateExchangeResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CalculateExchangeResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CalculateExchangeResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CalculateExchangeResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CalculateExchangeResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to