Uses of Class
com.azure.monitor.query.models.LogsBatchQueryResult
Packages that use LogsBatchQueryResult
Package
Description
Package containing models for querying logs and metrics from Azure Monitor.
-
Uses of LogsBatchQueryResult in com.azure.monitor.query.models
Methods in com.azure.monitor.query.models that return LogsBatchQueryResultModifier and TypeMethodDescriptionReturns the batch query result of a specific query identified by the queryId.Methods in com.azure.monitor.query.models that return types with arguments of type LogsBatchQueryResultModifier and TypeMethodDescriptionLogsBatchQueryResultCollection.getBatchResults()Returns the results of a batch of logs queries.Constructor parameters in com.azure.monitor.query.models with type arguments of type LogsBatchQueryResultModifierConstructorDescriptionLogsBatchQueryResultCollection(List<LogsBatchQueryResult> batchResults) Creates an instance ofLogsBatchQueryResultCollectionto hold all results of a batch of logs queries.