你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServiceClientAdapter.GetRecoveryPoints 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.
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
- queryFilter
- ODataQuery<BMSRPQueryObject>
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