| Interface | Description |
|---|---|
| ExecutionContext |
The execution context enables interaction with the Azure Functions execution environment.
|
| HttpRequestMessage<T> |
An HttpRequestMessage instance is provided to Azure functions that use
HTTP Triggers. |
| HttpResponseMessage |
An HttpResponseMessage instance is returned by Azure Functions methods that are triggered by an
HttpTrigger. |
| HttpResponseMessage.Builder |
A builder to create an instance of HttpResponseMessage
|
| HttpStatusType |
Defines an HTTP Status Type
|
| OutputBinding<T> |
This type should be used with the parameter of output bindings.
|
| TraceContext |
The Tracing context that is obtained from the host.
|
| Enum | Description |
|---|---|
| BrokerAuthenticationMode |
Defines the broker authentication modes
|
| BrokerProtocol | |
| HttpMethod |
Copyright (c) Microsoft Corporation.
|
| HttpStatus |
Enum to represent HTTP Status codes.
|
Copyright © 2020. All rights reserved.