通过


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

FunctionEnvelopePropertiesOutput interface

FunctionEnvelope 资源特定属性

属性

config

配置信息。

config_href

配置 URI。

files

文件列表。

function_app_id

函数应用 ID。

href

函数 URI。

invoke_url_template

调用 URL

isDisabled

获取或设置一个值,该值指示是否禁用函数

language

函数语言

script_href

脚本 URI。

script_root_path_href

编写根路径 URI 脚本。

secrets_file_href

机密文件 URI。

test_data

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

test_data_href

测试数据 URI。

属性详细信息

config

配置信息。

config?: Record<string, unknown>

属性值

Record<string, unknown>

config_href

配置 URI。

config_href?: string

属性值

string

files

文件列表。

files?: Record<string, string>

属性值

Record<string, string>

function_app_id

函数应用 ID。

function_app_id?: string

属性值

string

href

函数 URI。

href?: string

属性值

string

invoke_url_template

调用 URL

invoke_url_template?: string

属性值

string

isDisabled

获取或设置一个值,该值指示是否禁用函数

isDisabled?: boolean

属性值

boolean

language

函数语言

language?: string

属性值

string

script_href

脚本 URI。

script_href?: string

属性值

string

script_root_path_href

编写根路径 URI 脚本。

script_root_path_href?: string

属性值

string

secrets_file_href

机密文件 URI。

secrets_file_href?: string

属性值

string

test_data

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

test_data?: string

属性值

string

test_data_href

测试数据 URI。

test_data_href?: string

属性值

string