ServiceClient class
Oluşturucular
Service |
ServiceClient oluşturucu |
Yöntemler
send |
Sağlanan OperationSpec kullanılarak doldurulan bir HTTP isteği gönderin. |
send |
Sağlanan httpRequest'i gönderin. |
Oluşturucu Ayrıntıları
ServiceClient(ServiceClientCredentials | TokenCredential, ServiceClientOptions)
ServiceClient oluşturucu
new ServiceClient(credentials?: ServiceClientCredentials | TokenCredential, options?: ServiceClientOptions)
Parametreler
- credentials
Kimlik doğrulaması için kullanılan kimlik bilgileri nesnesi.
- options
- ServiceClientOptions
İstemcinin davranışını yöneten hizmet istemcisi seçenekleri.
Yöntem Ayrıntıları
sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)
Sağlanan OperationSpec kullanılarak doldurulan bir HTTP isteği gönderin.
function sendOperationRequest(operationArguments: OperationArguments, operationSpec: OperationSpec, callback?: ServiceCallback<any>): Promise<RestResponse>
Parametreler
- operationArguments
- OperationArguments
HTTP isteğinin şablonlu değerlerinin doldurulacağı bağımsız değişkenler.
- operationSpec
- OperationSpec
httpRequest'i doldurmak için kullanılacak OperationSpec.
- callback
-
ServiceCallback<any>
Yanıt alındığında çağrılacak geri çağırma.
Döndürülenler
Promise<RestResponse>
sendRequest(RequestPrepareOptions | WebResourceLike)
Sağlanan httpRequest'i gönderin.
function sendRequest(options: RequestPrepareOptions | WebResourceLike): Promise<HttpOperationResponse>
Parametreler
- options
Döndürülenler
Promise<HttpOperationResponse>