### YamlMime:JavaType uid: "com.microsoft.azure.management.resourcegraph.v2019_04_01.Table" fullName: "com.microsoft.azure.management.resourcegraph.v2019_04_01.Table" name: "Table" nameWithType: "Table" summary: "Query output in tabular format." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **Table**" constructors: - uid: "com.microsoft.azure.management.resourcegraph.v2019_04_01.Table.Table()" fullName: "com.microsoft.azure.management.resourcegraph.v2019_04_01.Table.Table()" name: "Table()" nameWithType: "Table.Table()" syntax: "public Table()" methods: - uid: "com.microsoft.azure.management.resourcegraph.v2019_04_01.Table.columns()" fullName: "com.microsoft.azure.management.resourcegraph.v2019_04_01.Table.columns()" name: "columns()" nameWithType: "Table.columns()" summary: "Get query result column descriptors." syntax: "public List columns()" desc: "Get query result column descriptors." returns: description: "the columns value" type: "<>" - uid: "com.microsoft.azure.management.resourcegraph.v2019_04_01.Table.rows()" fullName: "com.microsoft.azure.management.resourcegraph.v2019_04_01.Table.rows()" name: "rows()" nameWithType: "Table.rows()" summary: "Get query result rows." syntax: "public List> rows()" desc: "Get query result rows." returns: description: "the rows value" type: "<<>>" - uid: "com.microsoft.azure.management.resourcegraph.v2019_04_01.Table.withColumns(java.util.List)" fullName: "com.microsoft.azure.management.resourcegraph.v2019_04_01.Table.withColumns(List columns)" name: "withColumns(List columns)" nameWithType: "Table.withColumns(List columns)" summary: "Set query result column descriptors." parameters: - description: "the columns value to set" name: "columns" type: "<>" syntax: "public Table withColumns(List columns)" desc: "Set query result column descriptors." returns: description: "the Table object itself." type: "" - uid: "com.microsoft.azure.management.resourcegraph.v2019_04_01.Table.withRows(java.util.List>)" fullName: "com.microsoft.azure.management.resourcegraph.v2019_04_01.Table.withRows(List> rows)" name: "withRows(List> rows)" nameWithType: "Table.withRows(List> rows)" summary: "Set query result rows." parameters: - description: "the rows value to set" name: "rows" type: "<<>>" syntax: "public Table withRows(List> rows)" desc: "Set query result rows." returns: description: "the Table object itself." type: "" type: "class" desc: "Query output in tabular format." metadata: {} package: "com.microsoft.azure.management.resourcegraph.v2019_04_01" artifact: com.microsoft.azure.resourcegraph.v2019_04_01:azure-mgmt-resourcegraph:1.0.0-beta-1