Uses of Class
com.microsoft.azure.management.appservice.DataTableResponseColumn
Packages that use DataTableResponseColumn
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of DataTableResponseColumn in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return DataTableResponseColumnModifier and TypeMethodDescriptionDataTableResponseColumn.withColumnName(String columnName) Set name of the column.DataTableResponseColumn.withColumnType(String columnType) Set column Type.DataTableResponseColumn.withDataType(String dataType) Set data type which looks like 'String' or 'Int32'.Methods in com.microsoft.azure.management.appservice that return types with arguments of type DataTableResponseColumnModifier and TypeMethodDescriptionDataTableResponseObject.columns()Get list of columns with data types.Method parameters in com.microsoft.azure.management.appservice with type arguments of type DataTableResponseColumnModifier and TypeMethodDescriptionDataTableResponseObject.withColumns(List<DataTableResponseColumn> columns) Set list of columns with data types.