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

FunctionEnvelope interface

函数信息。

扩展

属性

config

配置信息。

configHref

配置 URI。

files

文件列表。

functionAppId

函数应用 ID。

href

函数 URI。

invokeUrlTemplate

调用 URL

isDisabled

指示是否禁用函数的值

language

函数语言

scriptHref

脚本 URI。

scriptRootPathHref

编写根路径 URI 脚本。

secretsFileHref

机密文件 URI。

testData

通过 Azure 门户进行测试时使用的测试数据。

testDataHref

测试数据 URI。

继承属性

id

资源 ID。注意:此属性不会序列化。 它只能由服务器填充。

kind

资源类型。

name

资源名称。 注意:此属性不会序列化。 它只能由服务器填充。

type

资源类型。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

config

配置信息。

config?: Record<string, unknown>

属性值

Record<string, unknown>

configHref

配置 URI。

configHref?: string

属性值

string

files

文件列表。

files?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}

functionAppId

函数应用 ID。

functionAppId?: string

属性值

string

href

函数 URI。

href?: string

属性值

string

invokeUrlTemplate

调用 URL

invokeUrlTemplate?: string

属性值

string

isDisabled

指示是否禁用函数的值

isDisabled?: boolean

属性值

boolean

language

函数语言

language?: string

属性值

string

scriptHref

脚本 URI。

scriptHref?: string

属性值

string

scriptRootPathHref

编写根路径 URI 脚本。

scriptRootPathHref?: string

属性值

string

secretsFileHref

机密文件 URI。

secretsFileHref?: string

属性值

string

testData

通过 Azure 门户进行测试时使用的测试数据。

testData?: string

属性值

string

testDataHref

测试数据 URI。

testDataHref?: string

属性值

string

继承属性详细信息

id

资源 ID。注意:此属性不会序列化。 它只能由服务器填充。

id?: string

属性值

string

继承自 ProxyOnlyResource.id

kind

资源类型。

kind?: string

属性值

string

继承自ProxyOnlyResource.kind

name

资源名称。 注意:此属性不会序列化。 它只能由服务器填充。

name?: string

属性值

string

继承自 ProxyOnlyResource.name

type

资源类型。 注意:此属性不会序列化。 它只能由服务器填充。

type?: string

属性值

string

继承自ProxyOnlyResource.type