ExchangeOperationResultResponse 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.
Exchange operation result
public class ExchangeOperationResultResponse
type ExchangeOperationResultResponse = class
Public Class ExchangeOperationResultResponse
- Inheritance
-
ExchangeOperationResultResponse
Constructors
ExchangeOperationResultResponse() |
Initializes a new instance of the ExchangeOperationResultResponse class. |
ExchangeOperationResultResponse(String, String, String, ExchangeResponseProperties, OperationResultError) |
Initializes a new instance of the ExchangeOperationResultResponse 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', 'PendingRefunds', 'PendingPurchases' |
Applies to
Azure SDK for .NET