AzureFunctionReceiver Class

Definition

An azure function receiver.

public class AzureFunctionReceiver
type AzureFunctionReceiver = class
Public Class AzureFunctionReceiver
Inheritance
AzureFunctionReceiver

Constructors

AzureFunctionReceiver()

Initializes a new instance of the AzureFunctionReceiver class.

AzureFunctionReceiver(String, String, String, String, Nullable<Boolean>)

Initializes a new instance of the AzureFunctionReceiver class.

Properties

FunctionAppResourceId

Gets or sets the azure resource id of the function app.

FunctionName

Gets or sets the function name in the function app.

HttpTriggerUrl

Gets or sets the http trigger url where http request sent to.

Name

Gets or sets the name of the azure function receiver. Names must be unique across all receivers within an action group.

UseCommonAlertSchema

Gets or sets indicates whether to use common alert schema.

Methods

Validate()

Validate the object.

Applies to