Uses of Class
com.azure.monitor.query.models.LogsBatchQueryResultCollection
Packages that use LogsBatchQueryResultCollection
Package
Description
Package containing clients for querying logs and metrics from Azure Monitor.
-
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.