Interface DatabaseTablesClient


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

    • listBySchemaAsync

      com.azure.core.http.rest.PagedFlux<DatabaseTableInner> listBySchemaAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String filter)
      List database tables.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      serverName - The name of the server.
      databaseName - The name of the database.
      schemaName - The name of the schema.
      filter - An OData filter expression that filters elements in the collection.
      Returns:
      a list of database tables as paginated response with PagedFlux.
      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.
    • listBySchemaAsync

      com.azure.core.http.rest.PagedFlux<DatabaseTableInner> listBySchemaAsync(String resourceGroupName, String serverName, String databaseName, String schemaName)
      List database tables.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      serverName - The name of the server.
      databaseName - The name of the database.
      schemaName - The name of the schema.
      Returns:
      a list of database tables as paginated response with PagedFlux.
      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<DatabaseTableInner> listBySchema(String resourceGroupName, String serverName, String databaseName, String schemaName)
      List database tables.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      serverName - The name of the server.
      databaseName - The name of the database.
      schemaName - The name of the schema.
      Returns:
      a list of database tables 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<DatabaseTableInner> listBySchema(String resourceGroupName, String serverName, String databaseName, String schemaName, String filter, com.azure.core.util.Context context)
      List database tables.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      serverName - The name of the server.
      databaseName - The name of the database.
      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:
      a list of database tables 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.
    • getWithResponseAsync

      Mono<com.azure.core.http.rest.Response<DatabaseTableInner>> getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)
      Get database table.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      serverName - The name of the server.
      databaseName - The name of the database.
      schemaName - The name of the schema.
      tableName - The name of the table.
      Returns:
      database table along with Response on successful completion of Mono.
      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.
    • getAsync

      Mono<DatabaseTableInner> getAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)
      Get database table.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      serverName - The name of the server.
      databaseName - The name of the database.
      schemaName - The name of the schema.
      tableName - The name of the table.
      Returns:
      database table on successful completion of Mono.
      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<DatabaseTableInner> getWithResponse(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, com.azure.core.util.Context context)
      Get database table.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      serverName - The name of the server.
      databaseName - The name of the database.
      schemaName - The name of the schema.
      tableName - The name of the table.
      context - The context to associate with this operation.
      Returns:
      database 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.
    • get

      DatabaseTableInner get(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)
      Get database table.
      Parameters:
      resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      serverName - The name of the server.
      databaseName - The name of the database.
      schemaName - The name of the schema.
      tableName - The name of the table.
      Returns:
      database 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.