AzureWorkloadSAPHanaPointInTimeRecoveryPoint Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AzureWorkloadSAPHanaPointInTimeRecoveryPoint() |
Initialise une nouvelle instance de la classe AzureWorkloadSAPHanaPointInTimeRecoveryPoint. |
AzureWorkloadSAPHanaPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String, RecoveryPointMoveReadinessInfo>, IList<PointInTimeRange>) |
Initialise une nouvelle instance de la classe AzureWorkloadSAPHanaPointInTimeRecoveryPoint. |
AzureWorkloadSAPHanaPointInTimeRecoveryPoint()
Initialise une nouvelle instance de la classe AzureWorkloadSAPHanaPointInTimeRecoveryPoint.
public AzureWorkloadSAPHanaPointInTimeRecoveryPoint ();
Public Sub New ()
S’applique à
AzureWorkloadSAPHanaPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String, RecoveryPointMoveReadinessInfo>, IList<PointInTimeRange>)
Initialise une nouvelle instance de la classe AzureWorkloadSAPHanaPointInTimeRecoveryPoint.
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)
Paramètres
- type
- String
Type de point de restauration. Les valeurs possibles sont les suivantes : « Invalid », « Full », « Log », « Differential », « Incremental »
- recoveryPointTierDetails
- IList<RecoveryPointTierInformationV2>
Informations sur le niveau du point de récupération.
- recoveryPointMoveReadinessInfo
- IDictionary<String,RecoveryPointMoveReadinessInfo>
Éligibilité du RP à passer à un autre niveau
- timeRanges
- IList<PointInTimeRange>
Liste des plages de journaux
S’applique à
Azure SDK for .NET