AzureFunctionActivityMethod type

The list of HTTP methods supported by a AzureFunctionActivity.
KnownAzureFunctionActivityMethod can be used interchangeably with AzureFunctionActivityMethod, this enum contains the known values that the service supports.

Known values supported by the service

GET: GET
POST: POST
PUT: PUT
DELETE: DELETE
OPTIONS: OPTIONS
HEAD: HEAD
TRACE: TRACE

type AzureFunctionActivityMethod = string