共用方式為


ExchangeOperationResultResponse Constructors

Definition

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'

Applies to