次の方法で共有


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

options パラメーター。

戻り値

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

options パラメーター。

戻り値