次の方法で共有


BackupProtectedItemsOperationsExtensions.List メソッド

定義

コンテナー内でバックアップされるすべての項目のページング可能な一覧を提供します。

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

パラメーター

operations
IBackupProtectedItemsOperations

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

vaultName
String

Recovery Services コンテナーの名前。

resourceGroupName
String

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

odataQuery
ODataQuery<ProtectedItemQueryObject>

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

skipToken
String

skipToken フィルター。

戻り値

適用対象