ActionGroupLogicAppReceiver

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

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.

Link copied to clipboard

The Azure resource ID of the logic app.

Link copied to clipboard

Enables or disables the common alert schema.