共用方式為


OperationStatusResult interface

異步作的目前狀態。

屬性

error

如果有,作業錯誤的詳細數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。

id

異步作業的完整標識碼。

name

異步作業的名稱。

properties

如果有的話,其他資訊。

status

作業狀態。

屬性詳細資料

error

如果有,作業錯誤的詳細數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。

error?: ErrorDetail

屬性值

id

異步作業的完整標識碼。

id?: string

屬性值

string

name

異步作業的名稱。

name?: string

屬性值

string

properties

如果有的話,其他資訊。

properties?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

status

作業狀態。

status: string

屬性值

string