Interface WorkspaceManagedSqlServerRecoverableSqlPools


public interface WorkspaceManagedSqlServerRecoverableSqlPools
Resource collection API of WorkspaceManagedSqlServerRecoverableSqlPools.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String resourceGroupName, String workspaceName, String sqlPoolName)
    Get recoverable sql pools for the server.
    com.azure.core.http.rest.Response<RecoverableSqlPool>
    getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, com.azure.core.util.Context context)
    Get recoverable sql pools for the server.
    com.azure.core.http.rest.PagedIterable<RecoverableSqlPool>
    list(String resourceGroupName, String workspaceName)
    Get list of recoverable sql pools for the server.
    com.azure.core.http.rest.PagedIterable<RecoverableSqlPool>
    list(String resourceGroupName, String workspaceName, com.azure.core.util.Context context)
    Get list of recoverable sql pools for the server.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<RecoverableSqlPool> list(String resourceGroupName, String workspaceName)
      Get list of recoverable sql pools for the server.

      Get list of recoverable sql pools for workspace managed sql server.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      Returns:
      list of recoverable sql pools for workspace managed sql server 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<RecoverableSqlPool> list(String resourceGroupName, String workspaceName, com.azure.core.util.Context context)
      Get list of recoverable sql pools for the server.

      Get list of recoverable sql pools for workspace managed sql server.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      context - The context to associate with this operation.
      Returns:
      list of recoverable sql pools for workspace managed sql server 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<RecoverableSqlPool> getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, com.azure.core.util.Context context)
      Get recoverable sql pools for the server.

      Get recoverable sql pools for workspace managed sql server.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      sqlPoolName - The name of the sql pool.
      context - The context to associate with this operation.
      Returns:
      recoverable sql pools for workspace managed sql server 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

      RecoverableSqlPool get(String resourceGroupName, String workspaceName, String sqlPoolName)
      Get recoverable sql pools for the server.

      Get recoverable sql pools for workspace managed sql server.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      sqlPoolName - The name of the sql pool.
      Returns:
      recoverable sql pools for workspace managed sql server.
      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.