Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureFunctionActivity

Package version

Azure Function activity.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional body

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).

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

functionName

functionName: any

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

Optional headers

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).

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

method

Rest API method for target endpoint.

name

name: string

Activity name.

Optional policy

Activity policy.

type

type: "AzureFunctionActivity"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc