Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqlPoolColumns

Package version

Interface representing a SqlPoolColumns.

Hierarchy

  • SqlPoolColumns

Implemented by

Index

Methods

Methods

get

  • Get Sql pool column

    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.

    • tableName: string

      The name of the table.

    • columnName: string

      The name of the column.

    • Optional options: SqlPoolColumnsGetOptionalParams

      The options parameters.

    Returns Promise<SqlPoolColumnsGetResponse>

Generated using TypeDoc