SqlPoolTables interface
Interface representing a SqlPoolTables.
Methods
get(string, string, string, string, string, Sql |
Get Sql pool table |
list |
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<SqlPoolTable>
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<SqlPoolTable>
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<SqlPoolTable, SqlPoolTable[], 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.
The options parameters.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript