Uses of Class
com.azure.monitor.query.models.LogsBatchQuery
Packages that use LogsBatchQuery
Package
Description
Package containing clients for querying logs and metrics from Azure Monitor.
-
Uses of LogsBatchQuery in com.azure.monitor.query
Methods in com.azure.monitor.query with parameters of type LogsBatchQueryModifier and TypeMethodDescriptionLogsQueryAsyncClient.queryBatch(LogsBatchQuery logsBatchQuery) Returns all the Azure Monitor logs matching the given batch of queries.LogsQueryClient.queryBatch(LogsBatchQuery logsBatchQuery) Returns all the Azure Monitor logs matching the given batch of queries.Mono<com.azure.core.http.rest.Response<LogsBatchQueryResultCollection>>LogsQueryAsyncClient.queryBatchWithResponse(LogsBatchQuery logsBatchQuery) Returns all the Azure Monitor logs matching the given batch of queries.com.azure.core.http.rest.Response<LogsBatchQueryResultCollection>LogsQueryClient.queryBatchWithResponse(LogsBatchQuery logsBatchQuery, com.azure.core.util.Context context) Returns all the Azure Monitor logs matching the given batch of queries.