ServiceClient class
ServiceClient skickar tjänstbegäranden och tar emot svar.
Konstruktorer
Service |
ServiceClient-konstruktorn |
Metoder
send |
Skicka en HTTP-begäran som fylls i med hjälp av angiven OperationSpec. |
send |
Skicka angivet httpRequest. |
Konstruktorinformation
ServiceClient(TokenCredential | ServiceClientCredentials, ServiceClientOptions)
ServiceClient-konstruktorn
new ServiceClient(credentials?: TokenCredential | ServiceClientCredentials, options?: ServiceClientOptions)
Parametrar
- credentials
De autentiseringsuppgifter som används för autentisering med tjänsten.
- options
- ServiceClientOptions
Klientalternativ för tjänsten som styr klientens beteende.
Metodinformation
sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)
Skicka en HTTP-begäran som fylls i med hjälp av angiven OperationSpec.
function sendOperationRequest(operationArguments: OperationArguments, operationSpec: OperationSpec, callback?: ServiceCallback<any>): Promise<RestResponse>
Parametrar
- operationArguments
- OperationArguments
Argumenten som HTTP-begärans mallade värden fylls i från.
- operationSpec
- OperationSpec
Den OperationSpec som ska användas för att fylla i httpRequest.
- callback
-
ServiceCallback<any>
Återanropet att anropa när svaret tas emot.
Returer
Promise<RestResponse>
sendRequest(WebResourceLike | RequestPrepareOptions)
Skicka angivet httpRequest.
function sendRequest(options: WebResourceLike | RequestPrepareOptions): Promise<HttpOperationResponse>
Parametrar
- options
Returer
Promise<HttpOperationResponse>