Uses of Class
com.microsoft.azure.management.appservice.DataTableResponseObject
-
-
Uses of DataTableResponseObject in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return DataTableResponseObject Modifier and Type Method Description DataTableResponseObjectDiagnosticData. table()Get data in table form.DataTableResponseObjectDataTableResponseObject. withColumns(List<DataTableResponseColumn> columns)Set list of columns with data types.DataTableResponseObjectDataTableResponseObject. withRows(List<List<String>> rows)Set raw row values.DataTableResponseObjectDataTableResponseObject. withTableName(String tableName)Set name of the table.Methods in com.microsoft.azure.management.appservice with parameters of type DataTableResponseObject Modifier and Type Method Description DiagnosticDataDiagnosticData. withTable(DataTableResponseObject table)Set data in table form.
-