Freigeben über


AzureWorkloadSQLPointInTimeRecoveryPoint Konstruktoren

Definition

Überlädt

AzureWorkloadSQLPointInTimeRecoveryPoint()

Initialisiert eine neue instance der AzureWorkloadSQLPointInTimeRecoveryPoint-Klasse.

AzureWorkloadSQLPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>, AzureWorkloadSQLRecoveryPointExtendedInfo, IList<PointInTimeRange>)

Initialisiert eine neue instance der AzureWorkloadSQLPointInTimeRecoveryPoint-Klasse.

AzureWorkloadSQLPointInTimeRecoveryPoint()

Initialisiert eine neue instance der AzureWorkloadSQLPointInTimeRecoveryPoint-Klasse.

public AzureWorkloadSQLPointInTimeRecoveryPoint();
Public Sub New ()

Gilt für:

AzureWorkloadSQLPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>, AzureWorkloadSQLRecoveryPointExtendedInfo, IList<PointInTimeRange>)

Initialisiert eine neue instance der AzureWorkloadSQLPointInTimeRecoveryPoint-Klasse.

public AzureWorkloadSQLPointInTimeRecoveryPoint(DateTime? recoveryPointTimeInUTC = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierInformationV2> recoveryPointTierDetails = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointMoveReadinessInfo> recoveryPointMoveReadinessInfo = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLRecoveryPointExtendedInfo extendedInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.PointInTimeRange> timeRanges = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLPointInTimeRecoveryPoint : Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierInformationV2> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointMoveReadinessInfo> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLRecoveryPointExtendedInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.PointInTimeRange> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLPointInTimeRecoveryPoint
Public Sub New (Optional recoveryPointTimeInUTC As Nullable(Of DateTime) = Nothing, Optional type As String = Nothing, Optional recoveryPointTierDetails As IList(Of RecoveryPointTierInformationV2) = Nothing, Optional recoveryPointMoveReadinessInfo As IDictionary(Of String, RecoveryPointMoveReadinessInfo) = Nothing, Optional extendedInfo As AzureWorkloadSQLRecoveryPointExtendedInfo = Nothing, Optional timeRanges As IList(Of PointInTimeRange) = Nothing)

Parameter

recoveryPointTimeInUTC
Nullable<DateTime>

UTC-Zeit, zu der der Wiederherstellungspunkt erstellt wurde

type
String

Art des Wiederherstellungspunkts. Mögliche Werte: "Ungültig", "Voll", "Log", "Differenzial", "Inkrementell"

recoveryPointTierDetails
IList<RecoveryPointTierInformationV2>

Informationen zur Wiederherstellungspunktebene.

recoveryPointMoveReadinessInfo
IDictionary<String,RecoveryPointMoveReadinessInfo>

Berechtigung des RP, auf eine andere Ebene verschoben zu werden

extendedInfo
AzureWorkloadSQLRecoveryPointExtendedInfo

Erweiterte Informationen, die Datenverzeichnisdetails bereitstellt. Wird in zwei Fällen aufgefüllt: Wenn mithilfe von GetRecoveryPoint auf einen bestimmten Wiederherstellungspunkt zugegriffen wird oder wenn ListRecoveryPoints nur für Protokoll-RP mit dem ExtendedInfo-Abfragefilter aufgerufen wird

timeRanges
IList<PointInTimeRange>

Liste der Protokollbereiche

Gilt für: