Freigeben über


BMSRPQueryObject Konstruktoren

Definition

Überlädt

BMSRPQueryObject()

Initialisiert eine neue instance der BMSRPQueryObject-Klasse.

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

Initialisiert eine neue instance der BMSRPQueryObject-Klasse.

BMSRPQueryObject()

Initialisiert eine neue instance der BMSRPQueryObject-Klasse.

public BMSRPQueryObject ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der BMSRPQueryObject-Klasse.

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)

Parameter

startDate
Nullable<DateTime>

Nach diesem Zeitpunkt erstellte Sicherungskopien.

endDate
Nullable<DateTime>

Sicherungskopien, die vor diesem Zeitpunkt erstellt wurden.

restorePointQueryType
String

RestorePoint-Typ. Mögliche Werte: "Invalid", "Full", "Log", "Differential", "FullAndDifferential", "All", "Incremental"

extendedInfo
Nullable<Boolean>

Unter Wiederherstellungspunkt abrufen wird angegeben, ob erweiterte Informationen zum Wiederherstellungspunkt abgefragt werden.

moveReadyRPOnly
Nullable<Boolean>

Gibt an, ob der Rp in eine andere Ebene verschoben werden kann.

Gilt für: