Uses of Class
com.azure.monitor.query.models.LogsTableCell
Packages that use LogsTableCell
Package
Description
Package containing models for querying logs and metrics from Azure Monitor.
-
Uses of LogsTableCell in com.azure.monitor.query.models
Methods in com.azure.monitor.query.models that return types with arguments of type LogsTableCellModifier and TypeMethodDescriptionLogsTable.getAllTableCells()Returns all the cells in this table.LogsTableRow.getColumnValue(String columnName) Returns the value associated with the given column name.LogsTableRow.getRow()Returns the collection of values in this row.Constructor parameters in com.azure.monitor.query.models with type arguments of type LogsTableCellModifierConstructorDescriptionLogsTable(List<LogsTableCell> allTableCells, List<LogsTableRow> tableRows, List<LogsTableColumn> tableColumns) Creates an instance of table that contains results of a logs query.LogsTableRow(int rowIndex, List<LogsTableCell> tableRow) Creates a row in aLogsTableof a logs query.