共用方式為


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

選項參數。

傳回