Condividi tramite


SqlPoolTables interface

Interfaccia che rappresenta un oggetto SqlPoolTables.

Metodi

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

Ottenere la tabella del pool SQL

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

Ottiene le tabelle di uno schema specifico in un pool SQL.

Dettagli metodo

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

Ottenere la tabella del pool SQL

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

workspaceName

string

Nome dell'area di lavoro.

sqlPoolName

string

Nome pool SQL

schemaName

string

Nome dello schema.

tableName

string

Nome della tabella.

options
SqlPoolTablesGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<Resource>

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

Ottiene le tabelle di uno schema specifico in un pool SQL.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

workspaceName

string

Nome dell'area di lavoro.

sqlPoolName

string

Nome pool SQL

schemaName

string

Nome dello schema.

options
SqlPoolTablesListBySchemaOptionalParams

Parametri delle opzioni.

Restituisce