ExchangeOperationResultResponse interface
Exchange 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 | Exchange 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
Exchange response properties
properties?: ExchangeResponseProperties
Property Value
status
Status of the operation.
status?: string
Property Value
string