Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SqlPoolSensitivityLabelsImpl

Package version

Class containing SqlPoolSensitivityLabels operations.

Hierarchy

  • SqlPoolSensitivityLabelsImpl

Implements

Index

Constructors

constructor

Methods

createOrUpdate

delete

  • Deletes the sensitivity label of a given column in a Sql pool

    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: SqlPoolSensitivityLabelsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

disableRecommendation

enableRecommendation

get

listCurrent

listRecommended

update

Generated using TypeDoc