Class PollResult

java.lang.Object
com.azure.core.experimental.models.PollResult

public final class PollResult extends Object
Provides status details for long running operations.
  • Method Details

    • getOperationId

      public String getOperationId()
      Get the id property: The unique ID of the operation.
      Returns:
      the unique ID of the operation.
    • getError

      public ResponseError getError()
      Get the error property: Error object that describes the error when status is "Failed".
      Returns:
      the error object that describes the error when status is "Failed".