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<SqlPoolSchema>

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не зависит от регистра.

workspaceName

string

Имя рабочей области.

sqlPoolName

string

Имя пула SQL

schemaName

string

Имя схемы.

options
SqlPoolSchemasGetOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<SqlPoolSchema>

list(string, string, string, SqlPoolSchemasListOptionalParams)

Возвращает схемы заданного пула SQL.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не зависит от регистра.

workspaceName

string

Имя рабочей области.

sqlPoolName

string

Имя пула SQL

options
SqlPoolSchemasListOptionalParams

Параметры параметров.

Возвращаемое значение