Interface SqlPoolColumnsClient


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

      • get

        SqlPoolColumnInner get​(String resourceGroupName,
                               String workspaceName,
                               String sqlPoolName,
                               String schemaName,
                               String tableName,
                               String columnName)
        Get Sql pool column.
        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.
        columnName - The name of the column.
        Returns:
        sql pool column.
        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<SqlPoolColumnInner> getWithResponse​(String resourceGroupName,
                                                                              String workspaceName,
                                                                              String sqlPoolName,
                                                                              String schemaName,
                                                                              String tableName,
                                                                              String columnName,
                                                                              com.azure.core.util.Context context)
        Get Sql pool column.
        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.
        columnName - The name of the column.
        context - The context to associate with this operation.
        Returns:
        sql pool column 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.