Package version:

Interface AzureFunctionActivity

Azure Function activity.

Hierarchy

Properties

body?: any

Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).

dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

functionName: any

Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)

headers?: any

Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).

linkedServiceName?: LinkedServiceReference

Linked service reference.

method: string

Rest API method for target endpoint.

name: string

Activity name.

Activity policy.

type: "AzureFunctionActivity"

Polymorphic discriminator, which specifies the different types this object can be

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc