Condividi tramite


ManagedDatabaseTables interface

Interfaccia che rappresenta un oggetto ManagedDatabaseTables.

Metodi

get(string, string, string, string, string, ManagedDatabaseTablesGetOptionalParams)

Ottenere una tabella di database gestita

listBySchema(string, string, string, string, ManagedDatabaseTablesListBySchemaOptionalParams)

Elencare le tabelle di database gestite

Dettagli metodo

get(string, string, string, string, string, ManagedDatabaseTablesGetOptionalParams)

Ottenere una tabella di database gestita

function get(resourceGroupName: string, managedInstanceName: string, databaseName: string, schemaName: string, tableName: string, options?: ManagedDatabaseTablesGetOptionalParams): Promise<DatabaseTable>

Parametri

resourceGroupName

string

Nome del gruppo di risorse contenente la risorsa. È possibile ottenere questo valore dall'API di Gestione risorse di Azure o dal portale.

managedInstanceName

string

Nome dell'istanza gestita.

databaseName

string

Nome del database.

schemaName

string

Nome dello schema.

tableName

string

Nome della tabella.

options
ManagedDatabaseTablesGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<DatabaseTable>

listBySchema(string, string, string, string, ManagedDatabaseTablesListBySchemaOptionalParams)

Elencare le tabelle di database gestite

function listBySchema(resourceGroupName: string, managedInstanceName: string, databaseName: string, schemaName: string, options?: ManagedDatabaseTablesListBySchemaOptionalParams): PagedAsyncIterableIterator<DatabaseTable, DatabaseTable[], PageSettings>

Parametri

resourceGroupName

string

Nome del gruppo di risorse contenente la risorsa. È possibile ottenere questo valore dall'API di Gestione risorse di Azure o dal portale.

managedInstanceName

string

Nome dell'istanza gestita.

databaseName

string

Nome del database.

schemaName

string

Nome dello schema.

options
ManagedDatabaseTablesListBySchemaOptionalParams

Parametri delle opzioni.

Restituisce