TARGETENDPOINT 日本語 意味 - 日本語訳 - 英語の例文

名詞
targetendpoint

英語 での Targetendpoint の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The ProxyEndpoint to the TargetEndpoint.
ProxyEndpointTargetEndpointさことれ。
Open the TargetEndpoint file in the code editor.
コードエディタでTargetEndpointファイルを開きます。
Provide inline comments in the ProxyEndpoint and TargetEndpoint configurations.
ProxyEndpoint構成やTargetEndpoint構成にはインラインコメントを残します。
TargetEndpoint specifid by route rule: default.
ルートルールで指定されたTargetEndpoint:default。
The ProxyEndpoint and TargetEndpoint configurations Comments.
ProxyEndpointTargetEndpoint構成と。
However, you can pass arguments using the ScriptTarget element of TargetEndpoint.
ただし、TargetEndpointのScriptTarget要素を使用して引数を渡すことができます。
Target Endpoint Indicates which TargetEndpoint was selected for execution.
ターゲットエンドポイント実行のために選択されたTargetEndpointを示します。
TargetEndpoint: Defines the way the API proxy interacts with your backend services.
TargetEndpoint:APIプロキシがバックエンドサービスと連携動作する方法を定義します。
From the definition of the TargetEndpoint, the request then has the form:.
TargetEndpointの定義により、このリクエストのフォームは以下のようになります。
A route determines the path of a request from the ProxyEndpoint to the TargetEndpoint.
ルートにより、ProxyEndpointからTargetEndpointへのリクエストのパスが決定されます。
However, because there is no TargetEndpoint, you can only add policies to the flows defined by the ProxyEndpoint.
ただし、TargetEndpointがないため、ProxyEndpointで定義されたフローにはポリシーのみを追加できます。
You can use TargetServer configurations to create environment-independent TargetEndpoint configurations.
TargetServer構成を使用すると、環境に依存しないTargetEndpoint構成を作成できます。
Enabled property to the ProxyEndpoint and TargetEndpoint definitions in the proxy bundle and set it to true.
EnabledプロパティをプロキシバンドルのProxyEndpoint定義とTargetEndpoint定義に追加し、trueに設定する必要があります。同様に、response。
For standard input,you are limited to passing arguments using the ScriptTarget element of TargetEndpoint.
標準入力では、TargetEndpointのScriptTarget要素を使用して引数の引き渡しが制限されます。
To control the response from an HTTP error, configure a TargetEndpoint to process HTTP response codes.
HTTPエラーからのレスポンスを制御するには、HTTPレスポンスコードを処理するようにTargetEndpointを構成します。
By default,all data in a request is passed unchanged from the ProxyEndpoint to the TargetEndpoint.
デフォルトでは、リクエストのすべてのデータがProxyEndpointからTargetEndpointに変更されることなく渡されます。
You connect target proxies within a TargetEndpoint configuration, using a LocalTargetConnection element, as described below.
以下に説明するように、TargetEndpoint構成内でLocalTargetConnection要素を使用してターゲットプロキシを接続します。
This sample shows how to enable both request andresponse streaming in the TargetEndpoint definition.
このサンプルは、TargetEndpoint定義でリクエストとレスポンスのストリーム配信をどちらも有効にする方法を示しています。
The answer is that it must be placed on the TargetEndpoint response, because the scope of the response variable is"target response.".
レスポンス変数の範囲が「ターゲットレスポンス」であるため、答えとしてはTargetEndpointレスポンスに配置する必要があります。
A null route supports scenarios in which the request messagedoes not need to be forwarded to a TargetEndpoint.
Nullルートは、リクエストメッセージをTargetEndpointに転送する必要のないシナリオに対応しています。
Attach a JSON to XML conversion policy to the response PostFlow of the TargetEndpoint to convert a response from JSON to XML.
JSONからXMLへの変換ポリシーをTargetEndpointのレスポンスPostFlowに添付して、レスポンスをJSONからXMLに変換します。
You can attach policies to the TargetEndpoint to ensure that response messages are properly formatted for the app that made the initial request.
最初のリクエストを作成したアプリに対して、レスポンスメッセージが必ず正しい形式になるように、TargetEndpointにポリシーを添付できます。
A ProxyEndpoint can directly invoke a backend service,bypassing any named TargetEndpoint configuration.
ProxyEndpointでは、指定されたTargetEndpoint構成を一切使用することなく、バックエンドサービスを直接呼び出すことができます。
Use TargetServer resources to decouple TargetEndpoint configurations from concrete URLs, supporting promotion across environments.
TargetServerリソースを使用して、TargetEndpoint構成を具体的なURLから切り離すことで、環境を超えた昇格に対応できるようにします。
This TargetEndpoint configuration causes the policy called ReturnError to handle the response whenever the TargetEndpoint encounters an HTTP response code of 400 or 500.
このTargetEndpoint構成により、TargetEndpointがHTTPレスポンスコード400 または500に遭遇するたび、レスポンスはReturnErrorという名前のポリシーによって処理されます。
Flow segments are: ProxyEndpoint request, TargetEndpoint request, TargetEndpoint response, and ProxyEndpoint response.
各フローセグメントは、ProxyEndpointリクエスト、TargetEndpointリクエスト、TargetEndpointレスポンス、ProxyEndpointレスポンスです。
Therefore, when the TargetEndpoint makes the request to the backend server, all information in the original request is passed to the backend service.
そのため、TargetEndpointでバックエンドサーバーにリクエストが行なわれると、元のリクエストのすべての情報がバックエンドサービスに渡されます。
Now that you have two TargetServers available, you can modify the TargetEndpoint HTTP connection setting to reference those two TargetServers by name.
この時点で利用可能なTargetServerが2台あるため、これらの2台のTargetServerを名前で参照するようにTargetEndpointHTTP接続設定を変更できます。
You configure the TargetEndpoint to forward requests to the proper backend service, including defining any security settings, HTTP or HTTPS protocol, and other connection information.
セキュリティ設定、HTTPまたはHTTPSプロトコル、その他の接続情報の定義など、リクエストが適切なバックエンドサービスに転送されるように、TargetEndpointを構成します。
Notice how the flows are composed of four main segments: ProxyEndpoint request, TargetEndpoint request, TargetEndpoint response, and ProxyEndpoint response.
フローは、ProxyEndpointリクエスト、TargetEndpointリクエスト、TargetEndpointレスポンス、ProxyEndpointレスポンスという4つの主要なセグメントで構成されていることに注目してください。
結果: 46, 時間: 0.0242

トップ辞書のクエリ

英語 - 日本語