azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
6.1 KiB
YAML

### 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:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
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<Column> columns()"
desc: "Get query result column descriptors."
returns:
description: "the columns value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resourcegraph.v2019_04_01.Column?alt=com.microsoft.azure.management.resourcegraph.v2019_04_01.Column&text=Column\" data-throw-if-not-resolved=\"False\" />&gt;"
- 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<List<Object>> rows()"
desc: "Get query result rows."
returns:
description: "the rows value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.management.resourcegraph.v2019_04_01.Table.withColumns(java.util.List<com.microsoft.azure.management.resourcegraph.v2019_04_01.Column>)"
fullName: "com.microsoft.azure.management.resourcegraph.v2019_04_01.Table.withColumns(List<Column> columns)"
name: "withColumns(List<Column> columns)"
nameWithType: "Table.withColumns(List<Column> columns)"
summary: "Set query result column descriptors."
parameters:
- description: "the columns value to set"
name: "columns"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resourcegraph.v2019_04_01.Column?alt=com.microsoft.azure.management.resourcegraph.v2019_04_01.Column&text=Column\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public Table withColumns(List<Column> columns)"
desc: "Set query result column descriptors."
returns:
description: "the Table object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcegraph.v2019_04_01.Table?alt=com.microsoft.azure.management.resourcegraph.v2019_04_01.Table&text=Table\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcegraph.v2019_04_01.Table.withRows(java.util.List<java.util.List<java.lang.Object>>)"
fullName: "com.microsoft.azure.management.resourcegraph.v2019_04_01.Table.withRows(List<List<Object>> rows)"
name: "withRows(List<List<Object>> rows)"
nameWithType: "Table.withRows(List<List<Object>> rows)"
summary: "Set query result rows."
parameters:
- description: "the rows value to set"
name: "rows"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
syntax: "public Table withRows(List<List<Object>> rows)"
desc: "Set query result rows."
returns:
description: "the Table object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcegraph.v2019_04_01.Table?alt=com.microsoft.azure.management.resourcegraph.v2019_04_01.Table&text=Table\" data-throw-if-not-resolved=\"False\" />"
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