Share via


BMSRPQueryObject Constructors

Definition

Overloads

BMSRPQueryObject()

Initializes a new instance of the BMSRPQueryObject class.

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

Initializes a new instance of the BMSRPQueryObject class.

BMSRPQueryObject()

Initializes a new instance of the BMSRPQueryObject class.

public BMSRPQueryObject ();
Public Sub New ()

Applies to

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

Initializes a new instance of the BMSRPQueryObject class.

public BMSRPQueryObject (DateTime? startDate = default, DateTime? endDate = default, string restorePointQueryType = default, bool? extendedInfo = default, bool? moveReadyRPOnly = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.BMSRPQueryObject : Nullable<DateTime> * Nullable<DateTime> * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.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)

Parameters

startDate
Nullable<DateTime>

Backup copies created after this time.

endDate
Nullable<DateTime>

Backup copies created before this time.

restorePointQueryType
String

RestorePoint type. Possible values include: 'Invalid', 'Full', 'Log', 'Differential', 'FullAndDifferential', 'All', 'Incremental'

extendedInfo
Nullable<Boolean>

In Get Recovery Point, it tells whether extended information about recovery point is asked.

moveReadyRPOnly
Nullable<Boolean>

Whether the RP can be moved to another tier

Applies to