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

FailedPropertyBatchInfo interface

派生自 PropertyBatchInfo。 表示属性批处理失败。 包含有关特定批处理失败的信息。

属性

errorMessage

失败作的错误消息。 描述由于属性批处理中第一次作失败而引发的异常。

kind

多态鉴别器

operationIndex

属性批处理中失败作的索引。

属性详细信息

errorMessage

失败作的错误消息。 描述由于属性批处理中第一次作失败而引发的异常。

errorMessage?: string

属性值

string

kind

多态鉴别器

kind: "Failed"

属性值

"Failed"

operationIndex

属性批处理中失败作的索引。

operationIndex?: number

属性值

number