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

BMSRPQueryObject 构造函数

定义

重载

BMSRPQueryObject()

初始化 BMSRPQueryObject 类的新实例。

BMSRPQueryObject(Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<Boolean>)

初始化 BMSRPQueryObject 类的新实例。

BMSRPQueryObject()

初始化 BMSRPQueryObject 类的新实例。

public BMSRPQueryObject();
Public Sub New ()

适用于

BMSRPQueryObject(Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<Boolean>)

初始化 BMSRPQueryObject 类的新实例。

public BMSRPQueryObject(DateTime? startDate = default, DateTime? endDate = default, string restorePointQueryType = default, bool? extendedInfo = default, bool? moveReadyRPOnly = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSRPQueryObject : Nullable<DateTime> * Nullable<DateTime> * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSRPQueryObject
Public Sub New (Optional startDate As Nullable(Of DateTime) = Nothing, Optional endDate As Nullable(Of DateTime) = Nothing, Optional restorePointQueryType As String = Nothing, Optional extendedInfo As Nullable(Of Boolean) = Nothing, Optional moveReadyRPOnly As Nullable(Of Boolean) = Nothing)

参数

startDate
Nullable<DateTime>

在此时间之后创建的备份副本。

endDate
Nullable<DateTime>

在此时间之前创建的备份副本。

restorePointQueryType
String

RestorePoint 类型。 可能的值包括:“Invalid”、“Full”、“Log”、“Differential”、“FullAndDifferential”、“All”、“Incremental”

extendedInfo
Nullable<Boolean>

在“获取恢复点”中,它指示是否询问有关恢复点的扩展信息。

moveReadyRPOnly
Nullable<Boolean>

是否可以将 RP 移到另一层

适用于