Uses of Class
com.azure.resourcemanager.appservice.models.DataTableResponseColumn
-
Packages that use DataTableResponseColumn Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of DataTableResponseColumn in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DataTableResponseColumn Modifier and Type Method Description DataTableResponseColumnDataTableResponseColumn. withColumnName(String columnName)Set the columnName property: Name of the column.DataTableResponseColumnDataTableResponseColumn. withColumnType(String columnType)Set the columnType property: Column Type.DataTableResponseColumnDataTableResponseColumn. withDataType(String dataType)Set the dataType property: Data type which looks like 'String' or 'Int32'.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DataTableResponseColumn Modifier and Type Method Description List<DataTableResponseColumn>DataTableResponseObject. columns()Get the columns property: List of columns with data types.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DataTableResponseColumn Modifier and Type Method Description DataTableResponseObjectDataTableResponseObject. withColumns(List<DataTableResponseColumn> columns)Set the columns property: List of columns with data types.
-