LogsQueryResult.AllTables Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the multi-table result of the query.
public System.Collections.Generic.IReadOnlyList<Azure.Monitor.Query.Models.LogsTable> AllTables { get; }
member this.AllTables : System.Collections.Generic.IReadOnlyList<Azure.Monitor.Query.Models.LogsTable>
Public ReadOnly Property AllTables As IReadOnlyList(Of LogsTable)