WorkspaceManagedSqlServerRecoverableSqlPools interface

Interface representing a WorkspaceManagedSqlServerRecoverableSqlPools.

Methods

get(string, string, string, WorkspaceManagedSqlServerRecoverableSqlPoolsGetOptionalParams)

Get recoverable sql pools for workspace managed sql server.

list(string, string, WorkspaceManagedSqlServerRecoverableSqlPoolsListOptionalParams)

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

Method Details

get(string, string, string, WorkspaceManagedSqlServerRecoverableSqlPoolsGetOptionalParams)

Get recoverable sql pools for workspace managed sql server.

function get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: WorkspaceManagedSqlServerRecoverableSqlPoolsGetOptionalParams): Promise<RecoverableSqlPool>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

sqlPoolName

string

The name of the sql pool

Returns

list(string, string, WorkspaceManagedSqlServerRecoverableSqlPoolsListOptionalParams)

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

function list(resourceGroupName: string, workspaceName: string, options?: WorkspaceManagedSqlServerRecoverableSqlPoolsListOptionalParams): PagedAsyncIterableIterator<RecoverableSqlPool, RecoverableSqlPool[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

Returns