共用方式為


RecoveryPoints interface

表示 RecoveryPoints 的介面。

方法

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

選項參數。

傳回