| Package | Description |
|---|---|
| com.microsoft.azure.loganalytics |
This package contains the classes for LogAnalyticsDataClient.
|
| com.microsoft.azure.loganalytics.models |
This package contains the models classes for LogAnalyticsDataClient.
|
| Modifier and Type | Method | Description |
|---|---|---|
QueryResults |
LogAnalyticsDataClient.query(String workspaceId,
QueryBody body) |
Execute an Analytics query.
|
| Modifier and Type | Method | Description |
|---|---|---|
rx.Observable<QueryResults> |
LogAnalyticsDataClient.queryAsync(String workspaceId,
QueryBody body) |
Execute an Analytics query.
|
com.microsoft.rest.ServiceFuture<QueryResults> |
LogAnalyticsDataClient.queryAsync(String workspaceId,
QueryBody body,
com.microsoft.rest.ServiceCallback<QueryResults> serviceCallback) |
Execute an Analytics query.
|
rx.Observable<com.microsoft.rest.ServiceResponse<QueryResults>> |
LogAnalyticsDataClient.queryWithServiceResponseAsync(String workspaceId,
QueryBody body) |
Execute an Analytics query.
|
| Modifier and Type | Method | Description |
|---|---|---|
com.microsoft.rest.ServiceFuture<QueryResults> |
LogAnalyticsDataClient.queryAsync(String workspaceId,
QueryBody body,
com.microsoft.rest.ServiceCallback<QueryResults> serviceCallback) |
Execute an Analytics query.
|
| Modifier and Type | Method | Description |
|---|---|---|
QueryResults |
QueryResults.withTables(List<Table> tables) |
Set the list of tables, columns and rows.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/