Interface SqlPoolRecommendedSensitivityLabelsClient


  • public interface SqlPoolRecommendedSensitivityLabelsClient
    An instance of this class provides access to all the operations defined in SqlPoolRecommendedSensitivityLabelsClient.
    • Method Detail

      • update

        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 - A list of recommended sensitivity label update operations.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • updateWithResponse

        com.azure.core.http.rest.Response<Void> updateWithResponse​(String resourceGroupName,
                                                                   String workspaceName,
                                                                   String sqlPoolName,
                                                                   RecommendedSensitivityLabelUpdateList parameters,
                                                                   com.azure.core.util.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 - A list of recommended sensitivity label update operations.
        context - The context to associate with this operation.
        Returns:
        the Response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.