Uses of Class
com.azure.resourcemanager.appservice.models.DataTableResponseColumn
Packages that use DataTableResponseColumn
Package
Description
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 DataTableResponseColumnModifier and TypeMethodDescriptionstatic DataTableResponseColumn
DataTableResponseColumn.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DataTableResponseColumn from the JsonReader.DataTableResponseColumn.withColumnName
(String columnName) Set the columnName property: Name of the column.DataTableResponseColumn.withColumnType
(String columnType) Set the columnType property: Column Type.DataTableResponseColumn.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 DataTableResponseColumnModifier and TypeMethodDescriptionDataTableResponseObject.columns()
Get the columns property: List of columns with data types.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DataTableResponseColumnModifier and TypeMethodDescriptionDataTableResponseObject.withColumns
(List<DataTableResponseColumn> columns) Set the columns property: List of columns with data types.