RestorableDroppedSqlPools interface
Interface representing a RestorableDroppedSqlPools.
Methods
get(string, string, string, Restorable |
Gets a deleted sql pool that can be restored |
list |
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
The options parameters.
Returns
Promise<RestorableDroppedSqlPool>
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.
The options parameters.