WebActivityMethod type

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

Known values supported by the service

GET: GET
POST: POST
PUT: PUT
DELETE: DELETE

type WebActivityMethod = string