共用方式為


DeploymentProperties interface

API 部署實體屬性。

屬性

customProperties

針對 API 目錄實體定義的自訂元數據。

definitionId

API 中心範圍的定義資源識別碼。

description

部署的描述。

environmentId

API 中心範圍的環境資源標識碼。

server

部署伺服器

state

API 部署的狀態。

title

API 部署標題

屬性詳細資料

customProperties

針對 API 目錄實體定義的自訂元數據。

customProperties?: Record<string, unknown>

屬性值

Record<string, unknown>

definitionId

API 中心範圍的定義資源識別碼。

definitionId?: string

屬性值

string

description

部署的描述。

description?: string

屬性值

string

environmentId

API 中心範圍的環境資源標識碼。

environmentId?: string

屬性值

string

server

部署伺服器

server?: DeploymentServer

屬性值

state

API 部署的狀態。

state?: string

屬性值

string

title

API 部署標題

title?: string

屬性值

string