Delen via


SqlPoolSchemas interface

Interface die een SqlPoolSchemas vertegenwoordigt.

Methoden

get(string, string, string, string, SqlPoolSchemasGetOptionalParams)

Sql-poolschema ophalen

list(string, string, string, SqlPoolSchemasListOptionalParams)

Hiermee haalt u schema's van een bepaalde SQL-pool op.

Methodedetails

get(string, string, string, string, SqlPoolSchemasGetOptionalParams)

Sql-poolschema ophalen

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

sqlPoolName

string

Naam van SQL-pool

schemaName

string

De naam van het schema.

options
SqlPoolSchemasGetOptionalParams

De optiesparameters.

Retouren

Promise<Resource>

list(string, string, string, SqlPoolSchemasListOptionalParams)

Hiermee haalt u schema's van een bepaalde SQL-pool op.

function list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: SqlPoolSchemasListOptionalParams): PagedAsyncIterableIterator<Resource, Resource[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

sqlPoolName

string

Naam van SQL-pool

options
SqlPoolSchemasListOptionalParams

De optiesparameters.

Retouren