Partager via


SqlPoolRecommendedSensitivityLabelsClient Interface

public interface SqlPoolRecommendedSensitivityLabelsClient

An instance of this class provides access to all the operations defined in SqlPoolRecommendedSensitivityLabelsClient.

Method Summary

Modifier and Type Method and Description
abstract void update(String resourceGroupName, String workspaceName, String sqlPoolName, RecommendedSensitivityLabelUpdateList parameters)

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

abstract Response<Void> updateWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, RecommendedSensitivityLabelUpdateList parameters, Context context)

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

Method Details

update

public abstract void update(String resourceGroupName, String workspaceName, String sqlPoolName, RecommendedSensitivityLabelUpdateList parameters)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
sqlPoolName - SQL pool name.
parameters - The parameters parameter.

updateWithResponse

public abstract Response<Void> updateWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, RecommendedSensitivityLabelUpdateList parameters, Context context)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
sqlPoolName - SQL pool name.
parameters - The parameters parameter.
context - The context to associate with this operation.

Returns:

Applies to