次の方法で共有


SqlPoolSchemas interface

SqlPoolSchemas を表すインターフェイス。

メソッド

get(string, string, string, string, SqlPoolSchemasGetOptionalParams)

Sql プール スキーマを取得する

list(string, string, string, SqlPoolSchemasListOptionalParams)

特定の SQL プールのスキーマを取得します。

メソッドの詳細

get(string, string, string, string, SqlPoolSchemasGetOptionalParams)

Sql プール スキーマを取得する

function get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, options?: SqlPoolSchemasGetOptionalParams): Promise<Resource>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

workspaceName

string

ワークスペースの名前。

sqlPoolName

string

SQL プール名

schemaName

string

スキーマの名前。

options
SqlPoolSchemasGetOptionalParams

オプション パラメーター。

戻り値

Promise<Resource>

list(string, string, string, SqlPoolSchemasListOptionalParams)

特定の SQL プールのスキーマを取得します。

function list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: SqlPoolSchemasListOptionalParams): PagedAsyncIterableIterator<Resource, Resource[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

workspaceName

string

ワークスペースの名前。

sqlPoolName

string

SQL プール名

options
SqlPoolSchemasListOptionalParams

オプション パラメーター。

戻り値