ServiceFabricClientContext class
- Extends
コンストラクター
| Service |
ServiceFabricClientContext クラスの新しいインスタンスを初期化します。 |
継承されたメソッド
| send |
指定された OperationSpec を使用して設定された HTTP 要求を送信します。 |
| send |
指定された httpRequest を送信します。 |
コンストラクターの詳細
ServiceFabricClientContext(ServiceFabricClientOptions)
ServiceFabricClientContext クラスの新しいインスタンスを初期化します。
new ServiceFabricClientContext(options?: ServiceFabricClientOptions)
パラメーター
- options
- ServiceFabricClientOptions
パラメーター のオプション
継承済みメソッドの詳細
sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)
指定された OperationSpec を使用して設定された HTTP 要求を送信します。
function sendOperationRequest(operationArguments: OperationArguments, operationSpec: OperationSpec, callback?: ServiceCallback<any>): Promise<RestResponse>
パラメーター
- operationArguments
- OperationArguments
HTTP 要求のテンプレート値が設定される引数。
- operationSpec
- OperationSpec
httpRequest の設定に使用する OperationSpec。
- callback
-
ServiceCallback<any>
応答を受信したときに呼び出すコールバック。
戻り値
Promise<RestResponse>
msRest.ServiceClient.sendOperationRequest 継承された
sendRequest(RequestPrepareOptions | WebResourceLike)
指定された httpRequest を送信します。
function sendRequest(options: RequestPrepareOptions | WebResourceLike): Promise<HttpOperationResponse>
パラメーター
- options
戻り値
Promise<HttpOperationResponse>
msRest.ServiceClient.sendRequest 継承された