Package version:

Interface DatabaseTables

Interface representing a DatabaseTables.

Hierarchy

  • DatabaseTables

Methods

Methods

  • Get database table

    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.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database.

    • schemaName: string

      The name of the schema.

    • tableName: string

      The name of the table.

    • Optional options: DatabaseTablesGetOptionalParams

      The options parameters.

    Returns Promise<DatabaseTable>

Generated using TypeDoc