ActionGroupAzureFunctionReceiverArgs

data class ActionGroupAzureFunctionReceiverArgs(val functionAppResourceId: Output<String>, val functionName: Output<String>, val httpTriggerUrl: Output<String>, val name: Output<String>, val useCommonAlertSchema: Output<Boolean>? = null) : ConvertibleToJava<ActionGroupAzureFunctionReceiverArgs>

Constructors

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

Properties

Link copied to clipboard

The Azure resource ID of the function app.

Link copied to clipboard
val functionName: Output<String>

The function name in the function app.

Link copied to clipboard
val httpTriggerUrl: Output<String>

The HTTP trigger url where HTTP request sent to.

Link copied to clipboard
val name: Output<String>

The name of the Azure Function receiver.

Link copied to clipboard
val useCommonAlertSchema: Output<Boolean>? = null

Enables or disables the common alert schema.

Functions

Link copied to clipboard
open override fun toJava(): ActionGroupAzureFunctionReceiverArgs