AzureWorkloadSAPHanaRecoveryPoint 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
AzureWorkloadSAPHanaRecoveryPoint() |
Initialisiert eine neue instance der AzureWorkloadSAPHanaRecoveryPoint-Klasse. |
AzureWorkloadSAPHanaRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformation>, 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<RecoveryPointTierInformation>, 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.CrossRegionRestore.Models.RecoveryPointTierInformation> recoveryPointTierDetails = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointMoveReadinessInfo> recoveryPointMoveReadinessInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSAPHanaRecoveryPoint : 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> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSAPHanaRecoveryPoint
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)
Parameter
UTC-Zeit, zu der der Wiederherstellungspunkt erstellt wurde
- type
- String
Typ des Wiederherstellungspunkts. Mögliche Werte: "Invalid", "Full", "Log", "Differential", "Incremental"
- recoveryPointTierDetails
- IList<RecoveryPointTierInformation>
Informationen zur Wiederherstellungspunktebene.
- recoveryPointMoveReadinessInfo
- IDictionary<String,RecoveryPointMoveReadinessInfo>
Berechtigung des Rp zum Verschieben in einen anderen Tarif
Gilt für:
Azure SDK for .NET