ServiceClientAdapter.GetRecoveryPoints(String, String, ODataQuery<BMSRPQueryObject>, String, String) Method

Definition

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

Parameters

containerName
String
protectedItemName
String
vaultName
String
resourceGroupName
String

Returns

List<RecoveryPointResource>

Applies to