| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.devicetwin |
| Modifier and Type | Method and Description |
|---|---|
QueryResponse |
Query.sendQueryRequest(IotHubConnectionString iotHubConnectionString,
URL url,
HttpMethod method,
int httpConnectTimeout,
int httpReadTimeout,
Proxy proxy)
Sends request for the query to the IotHub.
|
QueryResponse |
Query.sendQueryRequest(IotHubConnectionString iotHubConnectionString,
URL url,
HttpMethod method,
Long timeoutInMs)
Deprecated.
|
QueryResponse |
Query.sendQueryRequest(TokenCredentialCache credentialCache,
com.azure.core.credential.AzureSasCredential azureSasCredential,
IotHubConnectionString iotHubConnectionString,
URL url,
HttpMethod method,
int httpConnectTimeout,
int httpReadTimeout,
Proxy proxy)
Sends request for the query to the IotHub.
|
Copyright © 2022. All rights reserved.