Freigeben über


AzureWorkloadSAPHanaRecoveryPoint Konstruktoren

Definition

Überlädt

AzureWorkloadSAPHanaRecoveryPoint()

Initialisiert eine neue instance der AzureWorkloadSAPHanaRecoveryPoint-Klasse.

AzureWorkloadSAPHanaRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>)

Initialisiert eine neue instance der AzureWorkloadSAPHanaRecoveryPoint-Klasse.

AzureWorkloadSAPHanaRecoveryPoint()

Initialisiert eine neue instance der AzureWorkloadSAPHanaRecoveryPoint-Klasse.

public AzureWorkloadSAPHanaRecoveryPoint();
Public Sub New ()

Gilt für:

AzureWorkloadSAPHanaRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>)

Initialisiert eine neue instance der AzureWorkloadSAPHanaRecoveryPoint-Klasse.

public AzureWorkloadSAPHanaRecoveryPoint(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);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSAPHanaRecoveryPoint : 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.AzureWorkloadSAPHanaRecoveryPoint
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)

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

Gilt für: