SqlPoolSchemas interface
Interface representing a SqlPoolSchemas.
Methods
get(string, string, string, string, Sql |
Get Sql Pool schema |
list(string, string, string, Sql |
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<SqlPoolSchema>
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<SqlPoolSchema>
list(string, string, string, SqlPoolSchemasListOptionalParams)
Gets schemas of a given SQL pool.
function list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: SqlPoolSchemasListOptionalParams): PagedAsyncIterableIterator<SqlPoolSchema, SqlPoolSchema[], 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
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