LogicAppReceiverResponse

data class LogicAppReceiverResponse(val callbackUrl: String, val name: String, val resourceId: String, val useCommonAlertSchema: Boolean? = null)

A logic app receiver.

Constructors

Link copied to clipboard
constructor(callbackUrl: String, name: String, resourceId: String, useCommonAlertSchema: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The callback url where http request sent to.

Link copied to clipboard

The name of the logic app receiver. Names must be unique across all receivers within an action group.

Link copied to clipboard

The azure resource id of the logic app receiver.

Link copied to clipboard

Indicates whether to use common alert schema.