CalculateExchangeOperationResultResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CalculateExchange operation result
public class CalculateExchangeOperationResultResponse
type CalculateExchangeOperationResultResponse = class
Public Class CalculateExchangeOperationResultResponse
- Inheritance
-
CalculateExchangeOperationResultResponse
Constructors
CalculateExchangeOperationResultResponse() |
Initializes a new instance of the CalculateExchangeOperationResultResponse class. |
CalculateExchangeOperationResultResponse(String, String, String, CalculateExchangeResponseProperties, OperationResultError) |
Initializes a new instance of the CalculateExchangeOperationResultResponse class. |
Properties
Error | |
Id |
Gets or sets it should match what is used to GET the operation result. |
Name |
Gets or sets it must match the last segment of the id field, and will typically be a GUID / system generated value. |
Properties | |
Status |
Gets or sets status of the operation. Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Pending' |
Applies to
Azure SDK for .NET