Freigeben über


AzureWorkloadRecoveryPoint Konstruktoren

Definition

Überlädt

AzureWorkloadRecoveryPoint()

Initialisiert eine neue instance der AzureWorkloadRecoveryPoint-Klasse.

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

Initialisiert eine neue instance der AzureWorkloadRecoveryPoint-Klasse.

AzureWorkloadRecoveryPoint()

Initialisiert eine neue instance der AzureWorkloadRecoveryPoint-Klasse.

public AzureWorkloadRecoveryPoint();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der AzureWorkloadRecoveryPoint-Klasse.

public AzureWorkloadRecoveryPoint(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.AzureWorkloadRecoveryPoint : 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.AzureWorkloadRecoveryPoint
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

Typ des Wiederherstellungspunkts. Mögliche Werte: "Invalid", "Full", "Log", "Differential", "Incremental"

recoveryPointTierDetails
IList<RecoveryPointTierInformationV2>

Informationen zur Wiederherstellungspunktebene.

recoveryPointMoveReadinessInfo
IDictionary<String,RecoveryPointMoveReadinessInfo>

Berechtigung des Rp zum Verschieben in einen anderen Tarif

Gilt für: