Interface SqlPoolDataWarehouseUserActivitiesClient


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

      • get

        DataWarehouseUserActivitiesInner get​(String resourceGroupName,
                                             String workspaceName,
                                             String sqlPoolName,
                                             DataWarehouseUserActivityName dataWarehouseUserActivityName)
        Gets the user activities of a SQL pool which includes running and suspended queries.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sqlPoolName - SQL pool name.
        dataWarehouseUserActivityName - The activity name of the Sql pool.
        Returns:
        the user activities of a SQL pool which includes running and suspended queries.
        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.
      • getWithResponse

        com.azure.core.http.rest.Response<DataWarehouseUserActivitiesInner> getWithResponse​(String resourceGroupName,
                                                                                            String workspaceName,
                                                                                            String sqlPoolName,
                                                                                            DataWarehouseUserActivityName dataWarehouseUserActivityName,
                                                                                            com.azure.core.util.Context context)
        Gets the user activities of a SQL pool which includes running and suspended queries.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sqlPoolName - SQL pool name.
        dataWarehouseUserActivityName - The activity name of the Sql pool.
        context - The context to associate with this operation.
        Returns:
        the user activities of a SQL pool which includes running and suspended queries along with 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.