Megosztás a következőn keresztül:


ServiceClientAdapter.GetRecoveryPoints Method

Definition

Overloads

GetRecoveryPoints(String, String, ODataQuery<BMSRPQueryObject>)
GetRecoveryPoints(String, String, ODataQuery<BmsrpQueryObject>, String, String)

Lists recovery points according to the input parameters

GetRecoveryPoints(String, String, ODataQuery<BMSRPQueryObject>)

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);
member this.GetRecoveryPoints : string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSRPQueryObject> -> 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)) As List(Of RecoveryPointResource)

Parameters

containerName
String
protectedItemName
String

Returns

Applies to

GetRecoveryPoints(String, String, ODataQuery<BmsrpQueryObject>, String, String)

Lists recovery points according to the input parameters

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

Name of the container which the item belongs to

protectedItemName
String

Name of the item

queryFilter
ODataQuery<BmsrpQueryObject>

Query filter

vaultName
String
resourceGroupName
String

Returns

List of recovery points

Applies to