ManagedDatabaseTables interface
Interface representing a ManagedDatabaseTables.
Methods
get(string, string, string, string, string, Managed |
Get managed database table |
list |
List managed database tables |
Method Details
get(string, string, string, string, string, ManagedDatabaseTablesGetOptionalParams)
Get managed database table
function get(resourceGroupName: string, managedInstanceName: string, databaseName: string, schemaName: string, tableName: string, options?: ManagedDatabaseTablesGetOptionalParams): Promise<DatabaseTable>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- managedInstanceName
-
string
The name of the managed instance.
- databaseName
-
string
The name of the database.
- schemaName
-
string
The name of the schema.
- tableName
-
string
The name of the table.
The options parameters.
Returns
Promise<DatabaseTable>
listBySchema(string, string, string, string, ManagedDatabaseTablesListBySchemaOptionalParams)
List managed database tables
function listBySchema(resourceGroupName: string, managedInstanceName: string, databaseName: string, schemaName: string, options?: ManagedDatabaseTablesListBySchemaOptionalParams): PagedAsyncIterableIterator<DatabaseTable, DatabaseTable[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- managedInstanceName
-
string
The name of the managed instance.
- databaseName
-
string
The name of the database.
- schemaName
-
string
The name of the schema.
The options parameters.