FunctionEnvelope interface
函数信息。
属性
| config | 配置信息。 |
| config |
配置 URI。 |
| files | 文件列表。 |
| function |
函数应用 ID。 |
| href | 函数 URI。 |
| invoke |
调用 URL |
| is |
指示是否禁用函数的值 |
| language | 函数语言 |
| script |
脚本 URI。 |
| script |
编写根路径 URI 脚本。 |
| secrets |
机密文件 URI。 |
| test |
通过 Azure 门户进行测试时使用的测试数据。 |
| test |
测试数据 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