SqlPoolSchemas interface

Interface representing a SqlPoolSchemas.

Methods

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

Get Sql Pool schema

list(string, string, string, SqlPoolSchemasListOptionalParams)

Gets schemas of a given SQL pool.

Method Details

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

Get Sql Pool schema

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

sqlPoolName

string

SQL pool name

schemaName

string

The name of the schema.

options
SqlPoolSchemasGetOptionalParams

The options parameters.

Returns

Promise<Resource>

list(string, string, string, SqlPoolSchemasListOptionalParams)

Gets schemas of a given SQL pool.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

sqlPoolName

string

SQL pool name

options
SqlPoolSchemasListOptionalParams

The options parameters.

Returns