Interface SqlPoolTablesClient


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

      • listBySchema

        com.azure.core.http.rest.PagedIterable<SqlPoolTableInner> listBySchema​(String resourceGroupName,
                                                                               String workspaceName,
                                                                               String sqlPoolName,
                                                                               String schemaName)
        Gets tables of a given schema in a SQL pool.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sqlPoolName - SQL pool name.
        schemaName - The name of the schema.
        Returns:
        tables of a given schema in a SQL pool 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.
      • listBySchema

        com.azure.core.http.rest.PagedIterable<SqlPoolTableInner> listBySchema​(String resourceGroupName,
                                                                               String workspaceName,
                                                                               String sqlPoolName,
                                                                               String schemaName,
                                                                               String filter,
                                                                               com.azure.core.util.Context context)
        Gets tables of a given schema in a SQL pool.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sqlPoolName - SQL pool name.
        schemaName - The name of the schema.
        filter - An OData filter expression that filters elements in the collection.
        context - The context to associate with this operation.
        Returns:
        tables of a given schema in a SQL pool 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.
      • get

        SqlPoolTableInner get​(String resourceGroupName,
                              String workspaceName,
                              String sqlPoolName,
                              String schemaName,
                              String tableName)
        Get Sql pool table.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sqlPoolName - SQL pool name.
        schemaName - The name of the schema.
        tableName - The name of the table.
        Returns:
        sql pool table.
        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<SqlPoolTableInner> getWithResponse​(String resourceGroupName,
                                                                             String workspaceName,
                                                                             String sqlPoolName,
                                                                             String schemaName,
                                                                             String tableName,
                                                                             com.azure.core.util.Context context)
        Get Sql pool table.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sqlPoolName - SQL pool name.
        schemaName - The name of the schema.
        tableName - The name of the table.
        context - The context to associate with this operation.
        Returns:
        sql pool table 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.