次の方法で共有


RecoveryPointsOperationsExtensions.List メソッド

定義

バックアップされた項目のバックアップ コピーを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointResource> List (this Microsoft.Azure.Management.RecoveryServices.Backup.IRecoveryPointsOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSRPQueryObject> odataQuery = default);
static member List : Microsoft.Azure.Management.RecoveryServices.Backup.IRecoveryPointsOperations * string * string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSRPQueryObject> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointResource>
<Extension()>
Public Function List (operations As IRecoveryPointsOperations, vaultName As String, resourceGroupName As String, fabricName As String, containerName As String, protectedItemName As String, Optional odataQuery As ODataQuery(Of BMSRPQueryObject) = Nothing) As IPage(Of RecoveryPointResource)

パラメーター

operations
IRecoveryPointsOperations

この拡張メソッドの操作グループ。

vaultName
String

Recovery Services コンテナーの名前。

resourceGroupName
String

Recovery Services コンテナーが存在するリソース グループの名前。

fabricName
String

バックアップされた項目に関連付けられているファブリック名。

containerName
String

バックアップされた項目に関連付けられているコンテナー名。

protectedItemName
String

バックアップ コピーをフェッチするバックアップ項目。

odataQuery
ODataQuery<BMSRPQueryObject>

操作に適用する OData パラメーター。

戻り値

適用対象