SqlPoolTableColumns Interface
public interface SqlPoolTableColumns
Resource collection API of SqlPoolTableColumns.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
listByTableName(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName, String tableName)
Gets columns in a given table in a SQL pool Gets columns in a given table in a SQL pool. |
|
abstract
Paged |
listByTableName(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName, String tableName, String filter, Context context)
Gets columns in a given table in a SQL pool Gets columns in a given table in a SQL pool. |
Method Details
listByTableName
public abstract PagedIterable<SqlPoolColumn> listByTableName(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName, String tableName)
Gets columns in a given table in a SQL pool Gets columns in a given table in a SQL pool.
Parameters:
Returns:
listByTableName
public abstract PagedIterable<SqlPoolColumn> listByTableName(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName, String tableName, String filter, Context context)
Gets columns in a given table in a SQL pool Gets columns in a given table in a SQL pool.
Parameters:
Returns: