AzureWorkloadSAPHanaPointInTimeRecoveryPoint 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
AzureWorkloadSAPHanaPointInTimeRecoveryPoint() |
Initialisiert eine neue instance der AzureWorkloadSAPHanaPointInTimeRecoveryPoint-Klasse. |
AzureWorkloadSAPHanaPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String, RecoveryPointMoveReadinessInfo>, IList<PointInTimeRange>) |
Initialisiert eine neue instance der AzureWorkloadSAPHanaPointInTimeRecoveryPoint-Klasse. |
AzureWorkloadSAPHanaPointInTimeRecoveryPoint()
Initialisiert eine neue instance der AzureWorkloadSAPHanaPointInTimeRecoveryPoint-Klasse.
public AzureWorkloadSAPHanaPointInTimeRecoveryPoint();
Public Sub New ()
Gilt für:
AzureWorkloadSAPHanaPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String, RecoveryPointMoveReadinessInfo>, IList<PointInTimeRange>)
Initialisiert eine neue instance der AzureWorkloadSAPHanaPointInTimeRecoveryPoint-Klasse.
public AzureWorkloadSAPHanaPointInTimeRecoveryPoint(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, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.PointInTimeRange> timeRanges = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSAPHanaPointInTimeRecoveryPoint : 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> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.PointInTimeRange> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSAPHanaPointInTimeRecoveryPoint
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 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<RecoveryPointTierInformationV2>
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