BMSRPQueryObject Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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
- restorePointQueryType
- String
RestorePoint-Typ. Mögliche Werte: "Invalid", "Full", "Log", "Differential", "FullAndDifferential", "All", "Incremental"
Unter Wiederherstellungspunkt abrufen wird angegeben, ob erweiterte Informationen zum Wiederherstellungspunkt abgefragt werden.
Gilt für:
Azure SDK for .NET