ActionGroupAzureFunctionReceiver

data class ActionGroupAzureFunctionReceiver(val functionAppResourceId: String, val functionName: String, val httpTriggerUrl: String, val name: String, val useCommonAlertSchema: Boolean? = null)

Constructors

Link copied to clipboard
constructor(functionAppResourceId: String, functionName: String, httpTriggerUrl: String, name: String, useCommonAlertSchema: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure resource ID of the function app.

Link copied to clipboard

The function name in the function app.

Link copied to clipboard

The HTTP trigger url where HTTP request sent to.

Link copied to clipboard

The name of the Azure Function receiver.

Link copied to clipboard

Enables or disables the common alert schema.