Uses of Class
com.azure.monitor.query.models.LogsTable
Packages that use LogsTable
Package
Description
Package containing models for querying logs and metrics from Azure Monitor.
-
Uses of LogsTable in com.azure.monitor.query.models
Methods in com.azure.monitor.query.models that return LogsTableModifier and TypeMethodDescriptionLogsQueryResult.getTable()The primaryLogsTablereturned as query result.Methods in com.azure.monitor.query.models that return types with arguments of type LogsTableModifier and TypeMethodDescriptionLogsQueryResult.getAllTables()The list ofLogsTablereturned as query result.Constructor parameters in com.azure.monitor.query.models with type arguments of type LogsTableModifierConstructorDescriptionLogsBatchQueryResult(String id, int status, List<LogsTable> logsTables, com.azure.core.util.BinaryData statistics, com.azure.core.util.BinaryData visualization, com.azure.core.models.ResponseError error) Creates an instance ofLogsBatchQueryResultcontaining the result of a single logs query in a batch.LogsQueryResult(List<LogsTable> logsTables, com.azure.core.util.BinaryData statistics, com.azure.core.util.BinaryData visualization, com.azure.core.models.ResponseError error) Creates an instanceLogsQueryResultwith a list ofLogsTable.