Interface SqlPoolTables


  • public interface SqlPoolTables
    Resource collection API of SqlPoolTables.
    • Method Detail

      • listBySchema

        com.azure.core.http.rest.PagedIterable<SqlPoolTable> 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<SqlPoolTable> 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

        SqlPoolTable 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<SqlPoolTable> 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.