SqlPoolsClient Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. SqlPoolsClient
- com.
public final class SqlPoolsClient
Initializes a new instance of the synchronous ArtifactsClient type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Sql |
get(String sqlPoolName)
Get Sql Pool. |
|
Response<Sql |
getWithResponse(String sqlPoolName, Context context)
Get Sql Pool. |
|
Sql |
list()
List Sql Pools. |
|
Response<Sql |
listWithResponse(Context context)
List Sql Pools. |
Methods inherited from java.lang.Object
Method Details
get
public SqlPool get(String sqlPoolName)
Get Sql Pool.
Parameters:
Returns:
getWithResponse
public Response<SqlPool> getWithResponse(String sqlPoolName, Context context)
Get Sql Pool.
Parameters:
Returns:
list
public SqlPoolInfoListResult list()
List Sql Pools.
Returns:
listWithResponse
public Response<SqlPoolInfoListResult> listWithResponse(Context context)
List Sql Pools.
Parameters:
Returns: