WorkspaceManagedSqlServerRecoverableSqlPools Interface

public interface WorkspaceManagedSqlServerRecoverableSqlPools

Resource collection API of WorkspaceManagedSqlServerRecoverableSqlPools.

Method Summary

Modifier and Type Method and Description
abstract RecoverableSqlPool get(String resourceGroupName, String workspaceName, String sqlPoolName)

Get recoverable sql pools for the server.

abstract Response<RecoverableSqlPool> getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Get recoverable sql pools for the server.

abstract PagedIterable<RecoverableSqlPool> list(String resourceGroupName, String workspaceName)

Get list of recoverable sql pools for the server.

abstract PagedIterable<RecoverableSqlPool> list(String resourceGroupName, String workspaceName, Context context)

Get list of recoverable sql pools for the server.

Method Details

get

public abstract 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.

getWithResponse

public abstract Response<RecoverableSqlPool> getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, 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<T>.

list

public abstract 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<T>.

list

public abstract PagedIterable<RecoverableSqlPool> list(String resourceGroupName, String workspaceName, 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<T>.

Applies to