Interface ExchangeOperationResultResponse


public interface ExchangeOperationResultResponse
An immutable client-side representation of ExchangeOperationResultResponse.
  • 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

      Gets the properties property: Exchange response properties.
      Returns:
      the properties value.
    • error

      Gets the error property: Required if status == failed or status == canceled.
      Returns:
      the error value.
    • innerModel

      Gets the inner com.azure.resourcemanager.reservations.fluent.models.ExchangeOperationResultResponseInner object.
      Returns:
      the inner object.