Share via


SqlPools interface

Interface representing a SqlPools.

Methods

get(string, SqlPoolsGetOptionalParams)

Get Sql Pool

list(SqlPoolsListOptionalParams)

List Sql Pools

Method Details

get(string, SqlPoolsGetOptionalParams)

Get Sql Pool

function get(sqlPoolName: string, options?: SqlPoolsGetOptionalParams): Promise<SqlPool>

Parameters

sqlPoolName

string

The Sql Pool name

options
SqlPoolsGetOptionalParams

The options parameters.

Returns

Promise<SqlPool>

list(SqlPoolsListOptionalParams)

List Sql Pools

function list(options?: SqlPoolsListOptionalParams): Promise<SqlPoolInfoListResult>

Parameters

options
SqlPoolsListOptionalParams

The options parameters.

Returns