你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PollOperationDetails 类

  • java.lang.Object
    • com.azure.core.util.polling.PollOperationDetails

public final class PollOperationDetails

PollOperationDetails 提供了长时间运行的操作的详细信息。

方法摘要

修饰符和类型 方法和描述
ResponseError getError()

获取错误对象,该对象描述状态为“失败”时的错误。

String getOperationId()

获取操作的唯一 ID。

方法继承自 java.lang.Object

方法详细信息

getError

public ResponseError getError()

获取错误对象,该对象描述状态为“失败”时的错误。

Returns:

在状态为“失败”时描述错误的错误对象。

getOperationId

public String getOperationId()

获取操作的唯一 ID。

Returns:

操作的唯一 ID。

适用于