Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SqlPoolColumnsImpl

Package version

Class containing SqlPoolColumns operations.

Hierarchy

  • SqlPoolColumnsImpl

Implements

Index

Constructors

Methods

Constructors

constructor

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