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

EnvironmentDefinitionParameterOutput interface

环境定义参数的属性

属性

allowed

允许值的数组

default

参数的默认值

description

参数的说明

id

参数的唯一 ID

name

参数的显示名称

readOnly

此参数是否为只读。 如果为 true,则默认值应具有值。

required

是否需要此参数

type

一个基本 JSON 类型的字符串(数字、整数、数组、对象、布尔值、字符串)

可能的值:数组、布尔值、整数、数字、对象、字符串

属性详细信息

allowed

允许值的数组

allowed?: string[]

属性值

string[]

default

参数的默认值

default?: string

属性值

string

description

参数的说明

description?: string

属性值

string

id

参数的唯一 ID

id: string

属性值

string

name

参数的显示名称

name?: string

属性值

string

readOnly

此参数是否为只读。 如果为 true,则默认值应具有值。

readOnly?: boolean

属性值

boolean

required

是否需要此参数

required: boolean

属性值

boolean

type

一个基本 JSON 类型的字符串(数字、整数、数组、对象、布尔值、字符串)

可能的值:数组、布尔值、整数、数字、对象、字符串

type: string

属性值

string