你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlPoolRestorePoints interface

表示 SqlPoolRestorePoints 的接口。

方法

beginCreate(string, string, string, CreateSqlPoolRestorePointDefinition, SqlPoolRestorePointsCreateOptionalParams)

为数据仓库创建还原点。

beginCreateAndWait(string, string, string, CreateSqlPoolRestorePointDefinition, SqlPoolRestorePointsCreateOptionalParams)

为数据仓库创建还原点。

delete(string, string, string, string, SqlPoolRestorePointsDeleteOptionalParams)

删除还原点。

get(string, string, string, string, SqlPoolRestorePointsGetOptionalParams)

获取还原点。

list(string, string, string, SqlPoolRestorePointsListOptionalParams)

获取 SQL 池备份信息

方法详细信息

beginCreate(string, string, string, CreateSqlPoolRestorePointDefinition, SqlPoolRestorePointsCreateOptionalParams)

为数据仓库创建还原点。

function beginCreate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: CreateSqlPoolRestorePointDefinition, options?: SqlPoolRestorePointsCreateOptionalParams): Promise<PollerLike<PollOperationState<RestorePoint>, RestorePoint>>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

workspaceName

string

工作区的名称。

sqlPoolName

string

SQL 池名称

parameters
CreateSqlPoolRestorePointDefinition

用于创建此 Sql 池的还原点的定义。

返回

Promise<PollerLike<@azure/core-lro.PollOperationState<RestorePoint>, RestorePoint>>

beginCreateAndWait(string, string, string, CreateSqlPoolRestorePointDefinition, SqlPoolRestorePointsCreateOptionalParams)

为数据仓库创建还原点。

function beginCreateAndWait(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: CreateSqlPoolRestorePointDefinition, options?: SqlPoolRestorePointsCreateOptionalParams): Promise<RestorePoint>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

workspaceName

string

工作区的名称。

sqlPoolName

string

SQL 池名称

parameters
CreateSqlPoolRestorePointDefinition

用于创建此 Sql 池的还原点的定义。

返回

Promise<RestorePoint>

delete(string, string, string, string, SqlPoolRestorePointsDeleteOptionalParams)

删除还原点。

function delete(resourceGroupName: string, workspaceName: string, sqlPoolName: string, restorePointName: string, options?: SqlPoolRestorePointsDeleteOptionalParams): Promise<void>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

workspaceName

string

工作区的名称。

sqlPoolName

string

SQL 池名称

restorePointName

string

还原点的名称。

返回

Promise<void>

get(string, string, string, string, SqlPoolRestorePointsGetOptionalParams)

获取还原点。

function get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, restorePointName: string, options?: SqlPoolRestorePointsGetOptionalParams): Promise<RestorePoint>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

workspaceName

string

工作区的名称。

sqlPoolName

string

SQL 池名称

restorePointName

string

还原点的名称。

options
SqlPoolRestorePointsGetOptionalParams

选项参数。

返回

Promise<RestorePoint>

list(string, string, string, SqlPoolRestorePointsListOptionalParams)

获取 SQL 池备份信息

function list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: SqlPoolRestorePointsListOptionalParams): PagedAsyncIterableIterator<RestorePoint, RestorePoint[], PageSettings>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

workspaceName

string

工作区的名称。

sqlPoolName

string

SQL 池名称

options
SqlPoolRestorePointsListOptionalParams

选项参数。

返回