通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.