SqlPools interface
Rozhraní představující SqlPools.
Metody
| get(string, Sql |
Získání fondu SQL |
| list(Sql |
Výpis fondů SQL |
Podrobnosti metody
get(string, SqlPoolsGetOptionalParams)
Získání fondu SQL
function get(sqlPoolName: string, options?: SqlPoolsGetOptionalParams): Promise<SqlPool>
Parametry
- sqlPoolName
-
string
Název fondu SQL
- options
- SqlPoolsGetOptionalParams
Parametry možností.
Návraty
Promise<SqlPool>
list(SqlPoolsListOptionalParams)
Výpis fondů SQL
function list(options?: SqlPoolsListOptionalParams): Promise<SqlPoolInfoListResult>
Parametry
- options
- SqlPoolsListOptionalParams
Parametry možností.
Návraty
Promise<SqlPoolInfoListResult>