| 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.
|
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 |
|---|---|---|
QueryBody |
QueryBody.withQuery(String query) |
Set the query to execute.
|
QueryBody |
QueryBody.withTimespan(String timespan) |
Set optional.
|
QueryBody |
QueryBody.withWorkspaces(List<String> workspaces) |
Set a list of workspaces that are included in the query.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/