RestorableDroppedSqlPools interface

Interface representing a RestorableDroppedSqlPools.

Methods

get(string, string, string, RestorableDroppedSqlPoolsGetOptionalParams)

Gets a deleted sql pool that can be restored

listByWorkspace(string, string, RestorableDroppedSqlPoolsListByWorkspaceOptionalParams)

Gets a list of deleted Sql pools that can be restored

Method Details

get(string, string, string, RestorableDroppedSqlPoolsGetOptionalParams)

Gets a deleted sql pool that can be restored

function get(resourceGroupName: string, workspaceName: string, restorableDroppedSqlPoolId: string, options?: RestorableDroppedSqlPoolsGetOptionalParams): Promise<RestorableDroppedSqlPool>

Parameters

resourceGroupName

string

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

workspaceName

string

The name of the workspace.

restorableDroppedSqlPoolId

string

The id of the deleted Sql Pool in the form of sqlPoolName,deletionTimeInFileTimeFormat

options
RestorableDroppedSqlPoolsGetOptionalParams

The options parameters.

Returns

listByWorkspace(string, string, RestorableDroppedSqlPoolsListByWorkspaceOptionalParams)

Gets a list of deleted Sql pools that can be restored

function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: RestorableDroppedSqlPoolsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<RestorableDroppedSqlPool, RestorableDroppedSqlPool[], PageSettings>

Parameters

resourceGroupName

string

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

workspaceName

string

The name of the workspace.

Returns