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

AzureFunctionReceiver interface

Azure 函数接收器。

属性

functionAppResourceId

函数应用的 Azure 资源 ID。

functionName

函数应用中的函数名称。

httpTriggerUrl

HTTP 请求发送到的 http 触发器 URL。

name

Azure 函数接收器的名称。 名称在作组内的所有接收方中必须是唯一的。

useCommonAlertSchema

指示是否使用常见警报架构。

属性详细信息

functionAppResourceId

函数应用的 Azure 资源 ID。

functionAppResourceId: string

属性值

string

functionName

函数应用中的函数名称。

functionName: string

属性值

string

httpTriggerUrl

HTTP 请求发送到的 http 触发器 URL。

httpTriggerUrl: string

属性值

string

name

Azure 函数接收器的名称。 名称在作组内的所有接收方中必须是唯一的。

name: string

属性值

string

useCommonAlertSchema

指示是否使用常见警报架构。

useCommonAlertSchema?: boolean

属性值

boolean