共用方式為


CsmDeploymentStatus interface

部署狀態響應承載。

Extends

屬性

deploymentId

部署作業標識碼。

errors

錯誤清單。

failedInstancesLogs

指向無法布建之實例之記錄的URL清單。

numberOfInstancesFailed

無法布建月台實例的數目。

numberOfInstancesInProgress

目前正在布建的網站實例數目。

numberOfInstancesSuccessful

已成功布建的網站實例數目。

status

部署組建狀態。

繼承的屬性

id

資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

kind

資源種類。

name

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

type

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

屬性詳細資料

deploymentId

部署作業標識碼。

deploymentId?: string

屬性值

string

errors

錯誤清單。

errors?: ErrorEntity[]

屬性值

failedInstancesLogs

指向無法布建之實例之記錄的URL清單。

failedInstancesLogs?: string[]

屬性值

string[]

numberOfInstancesFailed

無法布建月台實例的數目。

numberOfInstancesFailed?: number

屬性值

number

numberOfInstancesInProgress

目前正在布建的網站實例數目。

numberOfInstancesInProgress?: number

屬性值

number

numberOfInstancesSuccessful

已成功布建的網站實例數目。

numberOfInstancesSuccessful?: number

屬性值

number

status

部署組建狀態。

status?: string

屬性值

string

繼承的屬性詳細資料

id

資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自ProxyOnlyResource.id

kind

資源種類。

kind?: string

屬性值

string

繼承自ProxyOnlyResource.kind

name

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

name?: string

屬性值

string

繼承自ProxyOnlyResource.name

type

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

type?: string

屬性值

string

繼承自ProxyOnlyResource.type