Uses of Class
com.microsoft.azure.management.appservice.DataTableResponseObject
Packages that use DataTableResponseObject
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of DataTableResponseObject in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return DataTableResponseObjectModifier and TypeMethodDescriptionDiagnosticData.table()Get data in table form.DataTableResponseObject.withColumns(List<DataTableResponseColumn> columns) Set list of columns with data types.Set raw row values.DataTableResponseObject.withTableName(String tableName) Set name of the table.Methods in com.microsoft.azure.management.appservice with parameters of type DataTableResponseObjectModifier and TypeMethodDescriptionDiagnosticData.withTable(DataTableResponseObject table) Set data in table form.