CalculateExchangeOperationResultResponse 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
CalculateExchangeOperationResultResponse() |
Initializes a new instance of the CalculateExchangeOperationResultResponse class. |
CalculateExchangeOperationResultResponse(String, String, String, CalculateExchangeResponseProperties, OperationResultError) |
Initializes a new instance of the CalculateExchangeOperationResultResponse class. |
CalculateExchangeOperationResultResponse()
Initializes a new instance of the CalculateExchangeOperationResultResponse class.
public CalculateExchangeOperationResultResponse ();
Public Sub New ()
Applies to
CalculateExchangeOperationResultResponse(String, String, String, CalculateExchangeResponseProperties, OperationResultError)
Initializes a new instance of the CalculateExchangeOperationResultResponse class.
public CalculateExchangeOperationResultResponse (string id = default, string name = default, string status = default, Microsoft.Azure.Management.Reservations.Models.CalculateExchangeResponseProperties properties = default, Microsoft.Azure.Management.Reservations.Models.OperationResultError error = default);
new Microsoft.Azure.Management.Reservations.Models.CalculateExchangeOperationResultResponse : string * string * string * Microsoft.Azure.Management.Reservations.Models.CalculateExchangeResponseProperties * Microsoft.Azure.Management.Reservations.Models.OperationResultError -> Microsoft.Azure.Management.Reservations.Models.CalculateExchangeOperationResultResponse
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional status As String = Nothing, Optional properties As CalculateExchangeResponseProperties = 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', 'Pending'
- properties
- CalculateExchangeResponseProperties
- error
- OperationResultError
Applies to
Azure SDK for .NET