Skip to main content

AdfAzureFunctionMethod Enumeration

AdfAzureFunctionMethod Enumeration

Supported Rest Api methods.

Enumeration Values

NameSummary
Get
Retreive information from a source.
Post
Request that the endpoint does something with the provided entity.
Put
Request that the endpoint does something with the provided entity. A put request is idempotent.
Delete
Request that the endpoint deletes the provided entity.
Options
Options request method for Azure Function activity.
Head
Head request method for Azure Function activity.
Trace
Trace request method for Azure Function activity.