Interface SqlPoolUsagesClient


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

      • list

        com.azure.core.http.rest.PagedIterable<SqlPoolUsageInner> list​(String resourceGroupName,
                                                                       String workspaceName,
                                                                       String sqlPoolName)
        Gets SQL pool usages.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sqlPoolName - SQL pool name.
        Returns:
        sQL pool usages as paginated response with PagedIterable.
        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.
      • list

        com.azure.core.http.rest.PagedIterable<SqlPoolUsageInner> list​(String resourceGroupName,
                                                                       String workspaceName,
                                                                       String sqlPoolName,
                                                                       com.azure.core.util.Context context)
        Gets SQL pool usages.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sqlPoolName - SQL pool name.
        context - The context to associate with this operation.
        Returns:
        sQL pool usages as paginated response with PagedIterable.
        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.