AzureWorkloadRecoveryPoint 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
AzureWorkloadRecoveryPoint() |
Initialise une nouvelle instance de la classe AzureWorkloadRecoveryPoint. |
AzureWorkloadRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>) |
Initialise une nouvelle instance de la classe AzureWorkloadRecoveryPoint. |
AzureWorkloadRecoveryPoint()
Initialise une nouvelle instance de la classe AzureWorkloadRecoveryPoint.
public AzureWorkloadRecoveryPoint ();
Public Sub New ()
S’applique à
AzureWorkloadRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>)
Initialise une nouvelle instance de la classe AzureWorkloadRecoveryPoint.
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)
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
S’applique à
Azure SDK for .NET