RecoveryPoints interface
表示 RecoveryPoint 的接口。
方法
| get(string, string, string, string, string, string, Recovery |
提供使用 RecoveryPointID 标识的已备份数据的信息。 这是一个异步作。 若要了解作的状态,请调用 GetProtectedItemOperationResult API。 |
| list(string, string, string, string, string, Recovery |
列出备份项的备份副本。 |
方法详细信息
get(string, string, string, string, string, string, RecoveryPointsGetOptionalParams)
提供使用 RecoveryPointID 标识的已备份数据的信息。 这是一个异步作。 若要了解作的状态,请调用 GetProtectedItemOperationResult API。
function get(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, protectedItemName: string, recoveryPointId: string, options?: RecoveryPointsGetOptionalParams): Promise<RecoveryPointResource>
参数
- vaultName
-
string
恢复服务保管库的名称。
- resourceGroupName
-
string
恢复服务保管库所在的资源组的名称。
- fabricName
-
string
与备份项关联的结构名称。
- containerName
-
string
与备份项关联的容器名称。
- protectedItemName
-
string
备份了需要提取其备份数据的项名称。
- recoveryPointId
-
string
RecoveryPointID 表示要提取的备份数据。
- options
- RecoveryPointsGetOptionalParams
选项参数。
返回
Promise<RecoveryPointResource>
list(string, string, string, string, string, RecoveryPointsListOptionalParams)
列出备份项的备份副本。
function list(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, protectedItemName: string, options?: RecoveryPointsListOptionalParams): PagedAsyncIterableIterator<RecoveryPointResource, RecoveryPointResource[], PageSettings>
参数
- vaultName
-
string
恢复服务保管库的名称。
- resourceGroupName
-
string
恢复服务保管库所在的资源组的名称。
- fabricName
-
string
与备份项关联的结构名称。
- containerName
-
string
与备份项关联的容器名称。
- protectedItemName
-
string
要提取其备份副本的备份项。
- options
- RecoveryPointsListOptionalParams
选项参数。