SqlPoolTables interface

Interface representing a SqlPoolTables.

Methods

get(string, string, string, string, string, SqlPoolTablesGetOptionalParams)

Get Sql pool table

listBySchema(string, string, string, string, SqlPoolTablesListBySchemaOptionalParams)

Gets tables of a given schema in a SQL pool.

Method Details

get(string, string, string, string, string, SqlPoolTablesGetOptionalParams)

Get Sql pool table

function get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, options?: SqlPoolTablesGetOptionalParams): 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.

tableName

string

The name of the table.

options
SqlPoolTablesGetOptionalParams

The options parameters.

Returns

Promise<Resource>

listBySchema(string, string, string, string, SqlPoolTablesListBySchemaOptionalParams)

Gets tables of a given schema in a SQL pool.

function listBySchema(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, options?: SqlPoolTablesListBySchemaOptionalParams): 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

schemaName

string

The name of the schema.

options
SqlPoolTablesListBySchemaOptionalParams

The options parameters.

Returns