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

EnvironmentProperties interface

环境属性实体。

属性

customProperties

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

description

环境说明。

kind

环境类型。

onboarding

环境载入信息

server

环境的服务器信息。

title

环境标题。

属性详细信息

customProperties

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

customProperties?: Record<string, unknown>

属性值

Record<string, unknown>

description

环境说明。

description?: string

属性值

string

kind

环境类型。

kind: string

属性值

string

onboarding

环境载入信息

onboarding?: Onboarding

属性值

server

环境的服务器信息。

server?: EnvironmentServer

属性值

title

环境标题。

title: string

属性值

string