你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CalculateExchangeOperationResultResponse interface

CalculateExchange operation result

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.

Property Details

error

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

error?: OperationResultError

Property Value

id

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

id?: string

Property Value

string

name

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

name?: string

Property Value

string

properties

CalculateExchange response properties

properties?: CalculateExchangeResponseProperties

Property Value

status

Status of the operation.

status?: string

Property Value

string