Uses of Class
com.azure.monitor.query.models.LogsBatchQueryResultCollection
Packages that use LogsBatchQueryResultCollection
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 LogsBatchQueryResultCollection in com.azure.monitor.query
Methods in com.azure.monitor.query that return LogsBatchQueryResultCollectionModifier and TypeMethodDescriptionLogsQueryClient.queryBatch(LogsBatchQuery logsBatchQuery) Returns all the Azure Monitor logs matching the given batch of queries.Methods in com.azure.monitor.query that return types with arguments of type LogsBatchQueryResultCollectionModifier and TypeMethodDescriptionLogsQueryAsyncClient.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.