Package version:

Interface ManagedDatabaseSensitivityLabels

Interface representing a ManagedDatabaseSensitivityLabels.

Hierarchy

  • ManagedDatabaseSensitivityLabels

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.

    • managedInstanceName: string

      The name of the managed instance.

    • 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: ManagedDatabaseSensitivityLabelsDeleteOptionalParams

      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.

    • managedInstanceName: string

      The name of the managed instance.

    • 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: ManagedDatabaseSensitivityLabelsEnableRecommendationOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc