com.microsoft.azure.functions

Root package

Interfaces

ExecutionContext

The execution context enables interaction with the Azure Functions execution environment.

HttpRequestMessage<T>

An HttpRequestMessage instance is provided to Azure functions that use HttpTrigger.

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.

Enums

HttpMethod

Copyright (c) Microsoft Corporation.

HttpStatus

Enum to represent HTTP Status codes.