SqlPoolSchemas Interface
public interface SqlPoolSchemas
Resource collection API of SqlPoolSchemas.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Sql |
get(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName)
Get Sql Pool schema. |
|
abstract
Response<Sql |
getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName, Context context)
Get Sql Pool schema. |
|
abstract
Paged |
list(String resourceGroupName, String workspaceName, String sqlPoolName)
Gets schemas of a given SQL pool Gets schemas of a given SQL pool. |
|
abstract
Paged |
list(String resourceGroupName, String workspaceName, String sqlPoolName, String filter, Context context)
Gets schemas of a given SQL pool Gets schemas of a given SQL pool. |
Method Details
get
public abstract SqlPoolSchema get(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName)
Get Sql Pool schema.
Parameters:
Returns:
getWithResponse
public abstract Response<SqlPoolSchema> getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName, Context context)
Get Sql Pool schema.
Parameters:
Returns:
list
public abstract PagedIterable<SqlPoolSchema> list(String resourceGroupName, String workspaceName, String sqlPoolName)
Gets schemas of a given SQL pool Gets schemas of a given SQL pool.
Parameters:
Returns:
list
public abstract PagedIterable<SqlPoolSchema> list(String resourceGroupName, String workspaceName, String sqlPoolName, String filter, Context context)
Gets schemas of a given SQL pool Gets schemas of a given SQL pool.
Parameters:
Returns: