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:
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:
Returns: