SqlPoolRecommendedSensitivityLabels interface
Interface representing a SqlPoolRecommendedSensitivityLabels.
Methods
update(string, string, string, Recommended |
Update recommended sensitivity labels states of a given SQL Pool using an operations batch. |
Method Details
update(string, string, string, RecommendedSensitivityLabelUpdateList, SqlPoolRecommendedSensitivityLabelsUpdateOptionalParams)
Update recommended sensitivity labels states of a given SQL Pool using an operations batch.
function update(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: RecommendedSensitivityLabelUpdateList, options?: SqlPoolRecommendedSensitivityLabelsUpdateOptionalParams): Promise<void>
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
- parameters
- RecommendedSensitivityLabelUpdateList
A list of recommended sensitivity label update operations.
The options parameters.
Returns
Promise<void>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript