AzureWorkloadPointInTimeRecoveryPoint 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
AzureWorkloadPointInTimeRecoveryPoint() |
Initialisiert eine neue instance der AzureWorkloadPointInTimeRecoveryPoint-Klasse. |
AzureWorkloadPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformation>, IDictionary<String,RecoveryPointMoveReadinessInfo>, IList<PointInTimeRange>) |
Initialisiert eine neue instance der AzureWorkloadPointInTimeRecoveryPoint-Klasse. |
AzureWorkloadPointInTimeRecoveryPoint()
Initialisiert eine neue instance der AzureWorkloadPointInTimeRecoveryPoint-Klasse.
public AzureWorkloadPointInTimeRecoveryPoint ();
Public Sub New ()
Gilt für:
AzureWorkloadPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformation>, IDictionary<String,RecoveryPointMoveReadinessInfo>, IList<PointInTimeRange>)
Initialisiert eine neue instance der AzureWorkloadPointInTimeRecoveryPoint-Klasse.
public AzureWorkloadPointInTimeRecoveryPoint (DateTime? recoveryPointTimeInUTC = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierInformation> recoveryPointTierDetails = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointMoveReadinessInfo> recoveryPointMoveReadinessInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.PointInTimeRange> timeRanges = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadPointInTimeRecoveryPoint : Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierInformation> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointMoveReadinessInfo> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.PointInTimeRange> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadPointInTimeRecoveryPoint
Public Sub New (Optional recoveryPointTimeInUTC As Nullable(Of DateTime) = Nothing, Optional type As String = Nothing, Optional recoveryPointTierDetails As IList(Of RecoveryPointTierInformation) = Nothing, Optional recoveryPointMoveReadinessInfo As IDictionary(Of String, RecoveryPointMoveReadinessInfo) = Nothing, Optional timeRanges As IList(Of PointInTimeRange) = Nothing)
Parameter
UTC-Zeit, zu der der Wiederherstellungspunkt erstellt wurde
- type
- String
Art des Wiederherstellungspunkts. Mögliche Werte: "Ungültig", "Voll", "Log", "Differenzial", "Inkrementell"
- recoveryPointTierDetails
- IList<RecoveryPointTierInformation>
Informationen zur Wiederherstellungspunktebene.
- recoveryPointMoveReadinessInfo
- IDictionary<String,RecoveryPointMoveReadinessInfo>
Berechtigung des RP, auf eine andere Ebene verschoben zu werden
- timeRanges
- IList<PointInTimeRange>
Liste der Protokollbereiche
Gilt für:
Azure SDK for .NET