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

FunctionEnvelope 类

函数信息。

变量仅由服务器填充,在发送请求时将被忽略。

继承
azure.mgmt.web.v2018_02_01.models._models_py3.ProxyOnlyResource
FunctionEnvelope

构造函数

FunctionEnvelope(*, kind: str | None = None, function_app_id: str | None = None, script_root_path_href: str | None = None, script_href: str | None = None, config_href: str | None = None, test_data_href: str | None = None, secrets_file_href: str | None = None, href: str | None = None, config: MutableMapping[str, Any] | None = None, files: Dict[str, str] | None = None, test_data: str | None = None, invoke_url_template: str | None = None, language: str | None = None, is_disabled: bool | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
kind
str

资源类型。

function_app_id
str

函数应用 ID。

script_root_path_href
str

编写根路径 URI 脚本。

script_href
str

脚本 URI。

config_href
str

配置 URI。

test_data_href
str

测试数据 URI。

secrets_file_href
str

机密文件 URI。

href
str

函数 URI。

config
<xref:JSON>

配置信息。

files

文件列表。

test_data
str

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

invoke_url_template
str

调用 URL。

language
str

函数语言。

is_disabled

指示是否禁用函数的值。

变量

名称 说明
id
str

资源 ID。

name
str

资源名称。

kind
str

资源类型。

type
str

资源类型。

function_app_id
str

函数应用 ID。

script_root_path_href
str

编写根路径 URI 脚本。

script_href
str

脚本 URI。

config_href
str

配置 URI。

test_data_href
str

测试数据 URI。

secrets_file_href
str

机密文件 URI。

href
str

函数 URI。

config
<xref:JSON>

配置信息。

files

文件列表。

test_data
str

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

invoke_url_template
str

调用 URL。

language
str

函数语言。

is_disabled

指示是否禁用函数的值。