Uses of Class
com.microsoft.azure.management.appservice.DataTableResponseColumn
-
-
Uses of DataTableResponseColumn in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return DataTableResponseColumn Modifier and Type Method Description DataTableResponseColumnDataTableResponseColumn. withColumnName(String columnName)Set name of the column.DataTableResponseColumnDataTableResponseColumn. withColumnType(String columnType)Set column Type.DataTableResponseColumnDataTableResponseColumn. 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 DataTableResponseColumn Modifier and Type Method Description List<DataTableResponseColumn>DataTableResponseObject. columns()Get list of columns with data types.Method parameters in com.microsoft.azure.management.appservice with type arguments of type DataTableResponseColumn Modifier and Type Method Description DataTableResponseObjectDataTableResponseObject. withColumns(List<DataTableResponseColumn> columns)Set list of columns with data types.
-