Uses of Class
com.azure.monitor.query.models.LogsQueryResult
Packages that use LogsQueryResult
Package
Description
Package containing clients for querying logs and metrics from Azure Monitor.
Package containing models for querying logs and metrics from Azure Monitor.
-
Uses of LogsQueryResult in com.azure.monitor.query
Methods in com.azure.monitor.query that return LogsQueryResultModifier and TypeMethodDescriptionLogsQueryClient.queryWorkspace(String workspaceId, String query, QueryTimeInterval timeInterval) Returns all the Azure Monitor logs matching the given query in the specified workspaceId.Methods in com.azure.monitor.query that return types with arguments of type LogsQueryResultModifier and TypeMethodDescriptionLogsQueryAsyncClient.queryWorkspace(String workspaceId, String query, QueryTimeInterval timeInterval) Returns all the Azure Monitor logs matching the given query in the specified workspaceId.Mono<com.azure.core.http.rest.Response<LogsQueryResult>>LogsQueryAsyncClient.queryWorkspaceWithResponse(String workspaceId, String query, QueryTimeInterval timeInterval, LogsQueryOptions options) Returns all the Azure Monitor logs matching the given query in the specified workspaceId.com.azure.core.http.rest.Response<LogsQueryResult>LogsQueryClient.queryWorkspaceWithResponse(String workspaceId, String query, QueryTimeInterval timeInterval, LogsQueryOptions options, com.azure.core.util.Context context) Returns all the Azure Monitor logs matching the given query in the specified workspaceId. -
Uses of LogsQueryResult in com.azure.monitor.query.models
Subclasses of LogsQueryResult in com.azure.monitor.query.modelsModifier and TypeClassDescriptionfinal classClass containing the result of a single logs query in a batch.