AzureWorkloadPointInTimeRecoveryPoint 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
AzureWorkloadPointInTimeRecoveryPoint() |
Initialise une nouvelle instance de la classe AzureWorkloadPointInTimeRecoveryPoint. |
AzureWorkloadPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformation>, IDictionary<String,RecoveryPointMoveReadinessInfo>, IList<PointInTimeRange>) |
Initialise une nouvelle instance de la classe AzureWorkloadPointInTimeRecoveryPoint. |
AzureWorkloadPointInTimeRecoveryPoint()
Initialise une nouvelle instance de la classe AzureWorkloadPointInTimeRecoveryPoint.
public AzureWorkloadPointInTimeRecoveryPoint ();
Public Sub New ()
S’applique à
AzureWorkloadPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformation>, IDictionary<String,RecoveryPointMoveReadinessInfo>, IList<PointInTimeRange>)
Initialise une nouvelle instance de la classe AzureWorkloadPointInTimeRecoveryPoint.
public AzureWorkloadPointInTimeRecoveryPoint (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, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.PointInTimeRange> timeRanges = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadPointInTimeRecoveryPoint : 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> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.PointInTimeRange> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadPointInTimeRecoveryPoint
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, 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<RecoveryPointTierInformation>
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