Package version:

Interface SensitivityLabels

Interface representing a SensitivityLabels.

Hierarchy

  • SensitivityLabels

Methods

  • Deletes the sensitivity label of a given column

    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.

    • columnName: string

      The name of the column.

    • Optional options: SensitivityLabelsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Disables sensitivity recommendations on a given column

    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.

    • columnName: string

      The name of the column.

    • Optional options: SensitivityLabelsDisableRecommendationOptionalParams

      The options parameters.

    Returns Promise<void>

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

    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.

    • columnName: string

      The name of the column.

    • Optional options: SensitivityLabelsEnableRecommendationOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc