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

DeploymentProperties interface

API 部署实体属性。

属性

customProperties

为 API 目录实体定义的自定义元数据。

definitionId

API 中心范围定义资源 ID。

description

部署说明。

environmentId

API 中心范围内的环境资源 ID。

server

部署服务器

state

API 部署的状态。

title

API 部署标题

属性详细信息

customProperties

为 API 目录实体定义的自定义元数据。

customProperties?: Record<string, unknown>

属性值

Record<string, unknown>

definitionId

API 中心范围定义资源 ID。

definitionId?: string

属性值

string

description

部署说明。

description?: string

属性值

string

environmentId

API 中心范围内的环境资源 ID。

environmentId?: string

属性值

string

server

部署服务器

server?: DeploymentServer

属性值

state

API 部署的状态。

state?: string

属性值

string

title

API 部署标题

title?: string

属性值

string