Uses of Class
com.azure.monitor.query.models.LogsBatchQuery
Packages that use LogsBatchQuery
Package
Description
Azure Monitor Query service is a powerful tool that allows you to query and analyze log data from various sources
in Azure.
-
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.