ExchangeOperationResultResponse Constructors
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.
Overloads
ExchangeOperationResultResponse() |
Initializes a new instance of the ExchangeOperationResultResponse class. |
ExchangeOperationResultResponse(String, String, String, ExchangeResponseProperties, OperationResultError) |
Initializes a new instance of the ExchangeOperationResultResponse class. |
ExchangeOperationResultResponse()
Initializes a new instance of the ExchangeOperationResultResponse class.
public ExchangeOperationResultResponse ();
Public Sub New ()
Applies to
ExchangeOperationResultResponse(String, String, String, ExchangeResponseProperties, OperationResultError)
Initializes a new instance of the ExchangeOperationResultResponse class.
public ExchangeOperationResultResponse (string id = default, string name = default, string status = default, Microsoft.Azure.Management.Reservations.Models.ExchangeResponseProperties properties = default, Microsoft.Azure.Management.Reservations.Models.OperationResultError error = default);
new Microsoft.Azure.Management.Reservations.Models.ExchangeOperationResultResponse : string * string * string * Microsoft.Azure.Management.Reservations.Models.ExchangeResponseProperties * Microsoft.Azure.Management.Reservations.Models.OperationResultError -> Microsoft.Azure.Management.Reservations.Models.ExchangeOperationResultResponse
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional status As String = Nothing, Optional properties As ExchangeResponseProperties = Nothing, Optional error As OperationResultError = Nothing)
Parameters
- id
- String
It should match what is used to GET the operation result.
- name
- String
It must match the last segment of the id field, and will typically be a GUID / system generated value.
- status
- String
Status of the operation. Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'PendingRefunds', 'PendingPurchases'
- properties
- ExchangeResponseProperties
- error
- OperationResultError
Applies to
Azure SDK for .NET