DeviceUpdateClientContext class
- Extends
Constructors
Device |
Initialiseert een nieuw exemplaar van de klasse DeviceUpdateClientContext. |
Eigenschappen
account |
|
instance |
Overgenomen methoden
send |
Verzend een HTTP-aanvraag die is ingevuld met behulp van de opgegeven OperationSpec. |
send |
Verzend de opgegeven httpRequest. |
Constructordetails
DeviceUpdateClientContext(TokenCredential | ServiceClientCredentials, string, string, DeviceUpdateClientOptionalParams)
Initialiseert een nieuw exemplaar van de klasse DeviceUpdateClientContext.
new DeviceUpdateClientContext(credentials: TokenCredential | ServiceClientCredentials, accountEndpoint: string, instanceId: string, options?: DeviceUpdateClientOptionalParams)
Parameters
- credentials
Abonnementsreferenties waarmee het clientabonnement uniek wordt geïdentificeerd.
- accountEndpoint
-
string
Accounteindpunt.
- instanceId
-
string
Accountexemplaar-id.
- options
- DeviceUpdateClientOptionalParams
De parameteropties
Eigenschapdetails
accountEndpoint
accountEndpoint: string
Waarde van eigenschap
string
instanceId
instanceId: string
Waarde van eigenschap
string
Details overgenomen methode
sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)
Verzend een HTTP-aanvraag die is ingevuld met behulp van de opgegeven OperationSpec.
function sendOperationRequest(operationArguments: OperationArguments, operationSpec: OperationSpec, callback?: ServiceCallback<any>): Promise<RestResponse>
Parameters
- operationArguments
- OperationArguments
De argumenten waaruit de sjabloonwaarden van de HTTP-aanvraag worden ingevuld.
- operationSpec
- OperationSpec
De OperationSpec die moet worden gebruikt om de httpRequest in te vullen.
- callback
-
ServiceCallback<any>
De callback om aan te roepen wanneer het antwoord wordt ontvangen.
Retouren
Promise<RestResponse>
Overgenomen van coreHttp.ServiceClient.sendOperationRequest
sendRequest(RequestPrepareOptions | WebResourceLike)
Verzend de opgegeven httpRequest.
function sendRequest(options: RequestPrepareOptions | WebResourceLike): Promise<HttpOperationResponse>
Parameters
- options
Retouren
Promise<HttpOperationResponse>
Overgenomen van coreHttp.ServiceClient.sendRequest
Azure SDK for JavaScript