Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqlPoolSensitivityLabels

Package version

Interface representing a SqlPoolSensitivityLabels.

Hierarchy

  • SqlPoolSensitivityLabels

Implemented by

Index

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

  • Enables sensitivity recommendations on a given column (recommendations are enabled by default on all columns)

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

      The options parameters.

    Returns Promise<void>

get

listCurrent

listRecommended

update

Generated using TypeDoc