Interface KustoPoolDatabases


public interface KustoPoolDatabases
Resource collection API of KustoPoolDatabases.
  • Method Details

    • listByKustoPool

      com.azure.core.http.rest.PagedIterable<Database> listByKustoPool(String resourceGroupName, String workspaceName, String kustoPoolName)
      Returns the list of databases of the given Kusto pool.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      kustoPoolName - The name of the Kusto pool.
      Returns:
      the list Kusto databases operation response 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.
    • listByKustoPool

      com.azure.core.http.rest.PagedIterable<Database> listByKustoPool(String resourceGroupName, String workspaceName, String kustoPoolName, com.azure.core.util.Context context)
      Returns the list of databases of the given Kusto pool.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      kustoPoolName - The name of the Kusto pool.
      context - The context to associate with this operation.
      Returns:
      the list Kusto databases operation response 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.
    • getWithResponse

      com.azure.core.http.rest.Response<Database> getWithResponse(String resourceGroupName, String workspaceName, String kustoPoolName, String databaseName, com.azure.core.util.Context context)
      Returns a database.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      kustoPoolName - The name of the Kusto pool.
      databaseName - The name of the database in the Kusto pool.
      context - The context to associate with this operation.
      Returns:
      class representing a Kusto database 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

      Database get(String resourceGroupName, String workspaceName, String kustoPoolName, String databaseName)
      Returns a database.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      kustoPoolName - The name of the Kusto pool.
      databaseName - The name of the database in the Kusto pool.
      Returns:
      class representing a Kusto database.
      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.
    • createOrUpdate

      Database createOrUpdate(String resourceGroupName, String workspaceName, String kustoPoolName, String databaseName, DatabaseInner parameters)
      Creates or updates a database.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      kustoPoolName - The name of the Kusto pool.
      databaseName - The name of the database in the Kusto pool.
      parameters - The database parameters supplied to the CreateOrUpdate operation.
      Returns:
      class representing a Kusto database.
      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.
    • createOrUpdate

      Database createOrUpdate(String resourceGroupName, String workspaceName, String kustoPoolName, String databaseName, DatabaseInner parameters, com.azure.core.util.Context context)
      Creates or updates a database.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      kustoPoolName - The name of the Kusto pool.
      databaseName - The name of the database in the Kusto pool.
      parameters - The database parameters supplied to the CreateOrUpdate operation.
      context - The context to associate with this operation.
      Returns:
      class representing a Kusto database.
      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.
    • update

      Database update(String resourceGroupName, String workspaceName, String kustoPoolName, String databaseName, DatabaseInner parameters)
      Updates a database.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      kustoPoolName - The name of the Kusto pool.
      databaseName - The name of the database in the Kusto pool.
      parameters - The database parameters supplied to the Update operation.
      Returns:
      class representing a Kusto database.
      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.
    • update

      Database update(String resourceGroupName, String workspaceName, String kustoPoolName, String databaseName, DatabaseInner parameters, com.azure.core.util.Context context)
      Updates a database.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      kustoPoolName - The name of the Kusto pool.
      databaseName - The name of the database in the Kusto pool.
      parameters - The database parameters supplied to the Update operation.
      context - The context to associate with this operation.
      Returns:
      class representing a Kusto database.
      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.
    • delete

      void delete(String resourceGroupName, String workspaceName, String kustoPoolName, String databaseName)
      Deletes the database with the given name.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      kustoPoolName - The name of the Kusto pool.
      databaseName - The name of the database in the Kusto pool.
      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.
    • delete

      void delete(String resourceGroupName, String workspaceName, String kustoPoolName, String databaseName, com.azure.core.util.Context context)
      Deletes the database with the given name.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      kustoPoolName - The name of the Kusto pool.
      databaseName - The name of the database in the Kusto pool.
      context - The context to associate with this operation.
      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.