Interface CalculateExchangeOperationResultResponse
public interface CalculateExchangeOperationResultResponse
An immutable client-side representation of CalculateExchangeOperationResultResponse.
-
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.CalculateExchangeOperationResultResponseInner 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: CalculateExchange 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
Gets the status property: Status of the operation.- Returns:
- the status value.
-
properties
CalculateExchangeResponseProperties properties()Gets the properties property: CalculateExchange 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
CalculateExchangeOperationResultResponseInner innerModel()Gets the inner com.azure.resourcemanager.reservations.fluent.models.CalculateExchangeOperationResultResponseInner object.- Returns:
- the inner object.
-