Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DataTableResponseColumn |
DataTableResponseColumn.withColumnName(String columnName)
Set name of the column.
|
DataTableResponseColumn |
DataTableResponseColumn.withColumnType(String columnType)
Set column Type.
|
DataTableResponseColumn |
DataTableResponseColumn.withDataType(String dataType)
Set data type which looks like 'String' or 'Int32'.
|
Modifier and Type | Method and Description |
---|---|
List<DataTableResponseColumn> |
DataTableResponseObject.columns()
Get list of columns with data types.
|
Modifier and Type | Method and Description |
---|---|
DataTableResponseObject |
DataTableResponseObject.withColumns(List<DataTableResponseColumn> columns)
Set list of columns with data types.
|
Copyright © 2019. All rights reserved.