SqlPoolTables Interface
public interface SqlPoolTables
Resource collection API of SqlPoolTables.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Sql |
get(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName, String tableName)
Get Sql pool table. |
|
abstract
Response<Sql |
getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName, String tableName, Context context)
Get Sql pool table. |
|
abstract
Paged |
listBySchema(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName)
Gets tables of a given schema in a SQL pool Gets tables of a given schema in a SQL pool. |
|
abstract
Paged |
listBySchema(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName, String filter, Context context)
Gets tables of a given schema in a SQL pool Gets tables of a given schema in a SQL pool. |
Method Details
get
public abstract SqlPoolTable get(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName, String tableName)
Get Sql pool table.
Parameters:
Returns:
getWithResponse
public abstract Response<SqlPoolTable> getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName, String tableName, Context context)
Get Sql pool table.
Parameters:
Returns:
listBySchema
public abstract PagedIterable<SqlPoolTable> listBySchema(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName)
Gets tables of a given schema in a SQL pool Gets tables of a given schema in a SQL pool.
Parameters:
Returns:
listBySchema
public abstract PagedIterable<SqlPoolTable> listBySchema(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName, String filter, Context context)
Gets tables of a given schema in a SQL pool Gets tables of a given schema in a SQL pool.
Parameters:
Returns: