共用方式為


TaskResourceProperties interface

工作屬性。

Extends

屬性

completedAt

工作完成的時間

lastPolledAt

上次輪詢工作的時間

metadata

如果工作未完成,工作已移至其目前狀態的原因。

phase

工作處於中的階段

reason

如果工作未完成,工作已移至其目前狀態的原因。

startedAt

工作開始的時間

state

工作處於的狀態

繼承的屬性

provisioningState

資源布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

completedAt

工作完成的時間

completedAt?: string

屬性值

string

lastPolledAt

上次輪詢工作的時間

lastPolledAt?: string

屬性值

string

metadata

如果工作未完成,工作已移至其目前狀態的原因。

metadata?: Record<string, unknown>

屬性值

Record<string, unknown>

phase

工作處於中的階段

phase?: string

屬性值

string

reason

如果工作未完成,工作已移至其目前狀態的原因。

reason?: string

屬性值

string

startedAt

工作開始的時間

startedAt?: string

屬性值

string

state

工作處於的狀態

state?: string

屬性值

string

繼承的屬性詳細資料

provisioningState

資源布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState?: string

屬性值

string

繼承自ResourceBaseProperties.provisioningState