AzureFunctionReceiver interface
Azure 函数接收器。
属性
| function |
函数应用的 Azure 资源 ID。 |
| function |
函数应用中的函数名称。 |
| http |
HTTP 请求发送到的 http 触发器 URL。 |
| name | Azure 函数接收器的名称。 名称在作组内的所有接收方中必须是唯一的。 |
| use |
指示是否使用常见警报架构。 |
属性详细信息
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