SqlPoolColumnsClient Interface
public interface SqlPoolColumnsClient
An instance of this class provides access to all the operations defined in SqlPoolColumnsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Sql |
get(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName, String tableName, String columnName)
Get Sql pool column. |
|
abstract
Response<Sql |
getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName, String tableName, String columnName, Context context)
Get Sql pool column. |
Method Details
get
public abstract SqlPoolColumnInner get(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName, String tableName, String columnName)
Get Sql pool column.
Parameters:
Returns:
getWithResponse
public abstract Response<SqlPoolColumnInner> getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName, String tableName, String columnName, Context context)
Get Sql pool column.
Parameters:
Returns: