ServiceClientAdapter.GetRecoveryPoints(String, String, ODataQuery<BMSRPQueryObject>, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- queryFilter
- ODataQuery<BMSRPQueryObject>
- vaultName
- String
- resourceGroupName
- String