你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FunctionEnvelope 类
函数信息。
变量仅由服务器填充,发送请求时将被忽略。
- 继承
-
azure.mgmt.web.v2020_09_01.models._models_py3.ProxyOnlyResourceFunctionEnvelope
构造函数
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
|
资源类型。 |
function_app_id
|
函数应用 ID。 |
script_root_path_href
|
脚本根路径 URI。 |
script_href
|
脚本 URI。 |
config_href
|
配置 URI。 |
test_data_href
|
测试数据 URI。 |
secrets_file_href
|
机密文件 URI。 |
href
|
函数 URI。 |
config
|
<xref:JSON>
配置信息。 |
files
|
文件列表。 |
test_data
|
测试通过 Azure 门户进行测试时使用的数据。 |
invoke_url_template
|
调用 URL。 |
language
|
函数语言。 |
is_disabled
|
获取或设置一个值,该值指示是否禁用函数。 |
变量
名称 | 说明 |
---|---|
id
|
资源 ID。 |
name
|
资源名称。 |
kind
|
资源类型。 |
type
|
资源类型。 |
system_data
|
与此资源相关的系统元数据。 |
function_app_id
|
函数应用 ID。 |
script_root_path_href
|
脚本根路径 URI。 |
script_href
|
脚本 URI。 |
config_href
|
配置 URI。 |
test_data_href
|
测试数据 URI。 |
secrets_file_href
|
机密文件 URI。 |
href
|
函数 URI。 |
config
|
<xref:JSON>
配置信息。 |
files
|
文件列表。 |
test_data
|
测试通过 Azure 门户进行测试时使用的数据。 |
invoke_url_template
|
调用 URL。 |
language
|
函数语言。 |
is_disabled
|
获取或设置一个值,该值指示是否禁用函数。 |