共用方式為


RecoveryPoints interface

表示 RecoveryPoints 的介面。

方法

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

取得指定復原點的詳細資料。

listByReplicationProtectedItems(string, string, string, string, string, RecoveryPointsListByReplicationProtectedItemsOptionalParams)

列出複寫受保護專案的可用復原點。

方法詳細資料

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

取得指定復原點的詳細資料。

function get(resourceName: string, resourceGroupName: string, fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, recoveryPointName: string, options?: RecoveryPointsGetOptionalParams): Promise<RecoveryPoint>

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

fabricName

string

網狀架構名稱。

protectionContainerName

string

保護容器名稱。

replicatedProtectedItemName

string

複寫受保護的專案名稱。

recoveryPointName

string

復原點名稱。

options
RecoveryPointsGetOptionalParams

選項參數。

傳回

Promise<RecoveryPoint>

listByReplicationProtectedItems(string, string, string, string, string, RecoveryPointsListByReplicationProtectedItemsOptionalParams)

列出複寫受保護專案的可用復原點。

function listByReplicationProtectedItems(resourceName: string, resourceGroupName: string, fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, options?: RecoveryPointsListByReplicationProtectedItemsOptionalParams): PagedAsyncIterableIterator<RecoveryPoint, RecoveryPoint[], PageSettings>

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

fabricName

string

網狀架構名稱。

protectionContainerName

string

保護容器名稱。

replicatedProtectedItemName

string

複寫受保護的專案名稱。

傳回