GetActionGroupAzureFunctionReceiver

data class GetActionGroupAzureFunctionReceiver(val functionAppResourceId: String, val functionName: String, val httpTriggerUrl: String, val name: String, val useCommonAlertSchema: Boolean)

Constructors

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

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

Specifies the name of the Action Group.

Link copied to clipboard

Indicates whether to use common alert schema.