Interface SqlPoolSchemasClient


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

      • list

        com.azure.core.http.rest.PagedIterable<SqlPoolSchemaInner> list​(String resourceGroupName,
                                                                        String workspaceName,
                                                                        String sqlPoolName)
        Gets schemas of a given 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.
        Returns:
        schemas of a given 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.
      • list

        com.azure.core.http.rest.PagedIterable<SqlPoolSchemaInner> list​(String resourceGroupName,
                                                                        String workspaceName,
                                                                        String sqlPoolName,
                                                                        String filter,
                                                                        com.azure.core.util.Context context)
        Gets schemas of a given 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.
        filter - An OData filter expression that filters elements in the collection.
        context - The context to associate with this operation.
        Returns:
        schemas of a given 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

        SqlPoolSchemaInner get​(String resourceGroupName,
                               String workspaceName,
                               String sqlPoolName,
                               String schemaName)
        Get Sql Pool schema.
        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:
        sql Pool schema.
        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<SqlPoolSchemaInner> getWithResponse​(String resourceGroupName,
                                                                              String workspaceName,
                                                                              String sqlPoolName,
                                                                              String schemaName,
                                                                              com.azure.core.util.Context context)
        Get Sql Pool schema.
        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.
        context - The context to associate with this operation.
        Returns:
        sql Pool schema 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.