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

RecoveryPoints interface

表示 RecoveryPoint 的接口。

方法

get(string, string, string, string, RecoveryPointsGetOptionalParams)

获取受保护项的恢复点的详细信息。

list(string, string, string, RecoveryPointsListOptionalParams)

获取给定受保护项的恢复点列表。

方法详细信息

get(string, string, string, string, RecoveryPointsGetOptionalParams)

获取受保护项的恢复点的详细信息。

function get(resourceGroupName: string, vaultName: string, protectedItemName: string, recoveryPointName: string, options?: RecoveryPointsGetOptionalParams): Promise<RecoveryPointModel>

参数

resourceGroupName

string

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

vaultName

string

保管库名称。

protectedItemName

string

受保护的项名称。

recoveryPointName

string

恢复点名称。

options
RecoveryPointsGetOptionalParams

选项参数。

返回

list(string, string, string, RecoveryPointsListOptionalParams)

获取给定受保护项的恢复点列表。

function list(resourceGroupName: string, vaultName: string, protectedItemName: string, options?: RecoveryPointsListOptionalParams): PagedAsyncIterableIterator<RecoveryPointModel, RecoveryPointModel[], PageSettings>

参数

resourceGroupName

string

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

vaultName

string

保管库名称。

protectedItemName

string

受保护的项名称。

options
RecoveryPointsListOptionalParams

选项参数。

返回