你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceClientAdapter.ListProtectedItem Method

Definition

Overloads

ListProtectedItem(ODataQuery<ProtectedItemQueryObject>, String)
ListProtectedItem(ODataQuery<ProtectedItemQueryObject>, String, String, String)

List protected items protected by the Recovery Services vault according to the query params and pagination params.

ListProtectedItem(ODataQuery<ProtectedItemQueryObject>, String)

public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource> ListProtectedItem (Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemQueryObject> queryFilter, string skipToken = default);
member this.ListProtectedItem : Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemQueryObject> * string -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource>
Public Function ListProtectedItem (queryFilter As ODataQuery(Of ProtectedItemQueryObject), Optional skipToken As String = Nothing) As List(Of ProtectedItemResource)

Parameters

skipToken
String

Returns

Applies to

ListProtectedItem(ODataQuery<ProtectedItemQueryObject>, String, String, String)

List protected items protected by the Recovery Services vault according to the query params and pagination params.

public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource> ListProtectedItem (Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemQueryObject> queryFilter, string skipToken = default, string vaultName = default, string resourceGroupName = default);
member this.ListProtectedItem : Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemQueryObject> * string * string * string -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource>
Public Function ListProtectedItem (queryFilter As ODataQuery(Of ProtectedItemQueryObject), Optional skipToken As String = Nothing, Optional vaultName As String = Nothing, Optional resourceGroupName As String = Nothing) As List(Of ProtectedItemResource)

Parameters

queryFilter
ODataQuery<ProtectedItemQueryObject>

Query params

skipToken
String

Skip token used for pagination

vaultName
String
resourceGroupName
String

Returns

List of protected items

Applies to