Skip to main content

sql_pool_recommended_sensitivity_labels

Creates, updates, deletes, gets or lists a sql_pool_recommended_sensitivity_labels resource.

Overview

Namesql_pool_recommended_sensitivity_labels
TypeResource
Idazure.synapse.sql_pool_recommended_sensitivity_labels

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
updateupdatesubscriptionId, resourceGroupName, workspaceName, sqlPoolNameUpdate recommended sensitivity labels states of a given SQL Pool using an operations batch.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
sqlPoolNamestringSQL pool name
subscriptionIdstringThe ID of the target subscription.
workspaceNamestringThe name of the workspace.

UPDATE examples

Update recommended sensitivity labels states of a given SQL Pool using an operations batch.

UPDATE azure.synapse.sql_pool_recommended_sensitivity_labels
SET
data__operations = '{{ operations }}'
WHERE
subscriptionId = '{{ subscriptionId }}' --required
AND resourceGroupName = '{{ resourceGroupName }}' --required
AND workspaceName = '{{ workspaceName }}' --required
AND sqlPoolName = '{{ sqlPoolName }}' --required;