DeviceUpdateClientContext class
- Extends
コンストラクター
Device |
DeviceUpdateClientContext クラスの新しいインスタンスを初期化します。 |
プロパティ
account |
|
instance |
継承されたメソッド
send |
指定された OperationSpec を使用して設定された HTTP 要求を送信します。 |
send |
指定された httpRequest を送信します。 |
コンストラクターの詳細
DeviceUpdateClientContext(TokenCredential | ServiceClientCredentials, string, string, DeviceUpdateClientOptionalParams)
DeviceUpdateClientContext クラスの新しいインスタンスを初期化します。
new DeviceUpdateClientContext(credentials: TokenCredential | ServiceClientCredentials, accountEndpoint: string, instanceId: string, options?: DeviceUpdateClientOptionalParams)
パラメーター
- credentials
クライアント サブスクリプションを一意に識別するサブスクリプション資格情報。
- accountEndpoint
-
string
アカウント エンドポイント。
- instanceId
-
string
アカウント インスタンス識別子。
- options
- DeviceUpdateClientOptionalParams
パラメーター オプション
プロパティの詳細
accountEndpoint
accountEndpoint: string
プロパティ値
string
instanceId
instanceId: string
プロパティ値
string
継承済みメソッドの詳細
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>
継承元コアHttp.ServiceClient.sendOperationRequest
sendRequest(RequestPrepareOptions | WebResourceLike)
指定された httpRequest を送信します。
function sendRequest(options: RequestPrepareOptions | WebResourceLike): Promise<HttpOperationResponse>
パラメーター
- options
戻り値
Promise<HttpOperationResponse>
継承元コアHttp.ServiceClient.sendRequest
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript