Partager via


SqlPoolTables interface

Interface représentant un SqlPoolTables.

Méthodes

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

Obtenir la table du pool Sql

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

Obtient les tables d’un schéma donné dans un pool SQL.

Détails de la méthode

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

Obtenir la table du pool Sql

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

sqlPoolName

string

Nom du pool SQL

schemaName

string

Nom du schéma.

tableName

string

Nom de la table.

options
SqlPoolTablesGetOptionalParams

Paramètres d’options.

Retours

Promise<Resource>

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

Obtient les tables d’un schéma donné dans un pool SQL.

function listBySchema(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, options?: SqlPoolTablesListBySchemaOptionalParams): PagedAsyncIterableIterator<Resource, Resource[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

sqlPoolName

string

Nom du pool SQL

schemaName

string

Nom du schéma.

options
SqlPoolTablesListBySchemaOptionalParams

Paramètres d’options.

Retours