com.microsoft.azure.functions

Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. Root package

Classes

HttpStatusTest

Unit tests that enforce annotation contracts and conventions for Functions

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. For an example of how to use the http functionality of Azure Functions, refer to the example in the HttpTrigger

HttpResponseMessage

An HttpResponseMessage instance is returned by Azure Functions methods that are triggered by an HttpTrigger.

HttpStatusType

Defines an HTTP Status Type

OutputBinding<T>

This type should be used with the parameter of output bindings.

RetryContext

The Retry context that is obtained from the host.

RpcException
TraceContext

The Tracing context that is obtained from the host.

HttpResponseMessage.Builder

A builder to create an instance of HttpResponseMessage

Enums

BrokerAuthenticationMode

Defines the broker authentication modes

BrokerProtocol
HttpMethod
HttpStatus

Enum to represent HTTP Status codes.

This enum lists all standard HTTP 1.1 status lines. For custom codes, please refer to custom(final int code).