com.microsoft.azure.functions
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. ライセンス情報については、プロジェクト ルートの「License.txt」を参照してください。 ルート パッケージ
クラス
HttpStatusTest |
Functions の注釈コントラクトと規則を適用する単体テスト |
インターフェイス
ExecutionContext |
実行コンテキストを使用すると、Azure Functions実行環境との対話が可能になります。 |
HttpRequestMessage<T> |
HttpRequestMessage インスタンスは、 を使用 HttpTriggerする Azure 関数に提供されます。 Azure Functionsの http 機能を使用する方法の例については、 の例を参照してください。HttpTrigger |
HttpResponseMessage |
HttpResponseMessage インスタンスは、 によってトリガーされるAzure FunctionsメソッドによってHttpTrigger返されます。 |
HttpStatusType |
HTTP 状態の種類を定義します |
OutputBinding<T> |
この型は、出力バインディングの パラメーターと共に使用する必要があります。 |
RetryContext |
ホストから取得された再試行コンテキスト。 |
RpcException |
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. ライセンス情報については、プロジェクト ルートの「License.txt」を参照してください。 ルート パッケージ |
TraceContext |
ホストから取得されるトレース コンテキスト。 |
HttpResponseMessage.Builder |
HttpResponseMessage のインスタンスを作成するビルダー |
列挙型
BrokerAuthenticationMode |
ブローカー認証モードを定義します |
BrokerProtocol |
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. ライセンス情報については、プロジェクト ルートの「License.txt」を参照してください。 ルート パッケージ |
HttpMethod |
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. ライセンス情報については、プロジェクト ルートの「License.txt」を参照してください。 ルート パッケージ |
HttpStatus |
HTTP 状態コードを表す列挙型。 この列挙型は、すべての標準 HTTP 1.1 状態行を一覧表示します。 カスタム コードについては、 を custom(final int code)参照してください。 |
Azure SDK for Java