LogicAppReceiver interface
A logic app receiver.
Properties
callback |
The callback url where http request sent to. |
name | The name of the logic app receiver. Names must be unique across all receivers within an action group. |
resource |
The azure resource id of the logic app receiver. |
use |
Indicates whether to use common alert schema. |
Property Details
callbackUrl
The callback url where http request sent to.
callbackUrl: string
Property Value
string
name
The name of the logic app receiver. Names must be unique across all receivers within an action group.
name: string
Property Value
string
resourceId
The azure resource id of the logic app receiver.
resourceId: string
Property Value
string
useCommonAlertSchema
Indicates whether to use common alert schema.
useCommonAlertSchema?: boolean
Property Value
boolean