Interface ExchangeOperationResultResponse
public interface ExchangeOperationResultResponse
An immutable client-side representation of ExchangeOperationResultResponse.
-
Method Summary
Modifier and TypeMethodDescriptionerror()
Gets the error property: Required if status == failed or status == canceled.id()
Gets the id property: It should match what is used to GET the operation result.Gets the inner com.azure.resourcemanager.reservations.fluent.models.ExchangeOperationResultResponseInner object.name()
Gets the name property: It must match the last segment of the id field, and will typically be a GUID / system generated value.Gets the properties property: Exchange response properties.status()
Gets the status property: Status of the operation.
-
Method Details
-
id
String id()Gets the id property: It should match what is used to GET the operation result.- Returns:
- the id value.
-
name
String name()Gets the name property: It must match the last segment of the id field, and will typically be a GUID / system generated value.- Returns:
- the name value.
-
status
ExchangeOperationResultStatus status()Gets the status property: Status of the operation.- Returns:
- the status value.
-
properties
ExchangeResponseProperties properties()Gets the properties property: Exchange response properties.- Returns:
- the properties value.
-
error
OperationResultError error()Gets the error property: Required if status == failed or status == canceled.- Returns:
- the error value.
-
innerModel
ExchangeOperationResultResponseInner innerModel()Gets the inner com.azure.resourcemanager.reservations.fluent.models.ExchangeOperationResultResponseInner object.- Returns:
- the inner object.
-