AzureWorkloadSQLPointInTimeRecoveryPoint 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
AzureWorkloadSQLPointInTimeRecoveryPoint() |
Initialise une nouvelle instance de la classe AzureWorkloadSQLPointInTimeRecoveryPoint. |
AzureWorkloadSQLPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>, AzureWorkloadSQLRecoveryPointExtendedInfo, IList<PointInTimeRange>) |
Initialise une nouvelle instance de la classe AzureWorkloadSQLPointInTimeRecoveryPoint. |
AzureWorkloadSQLPointInTimeRecoveryPoint()
Initialise une nouvelle instance de la classe AzureWorkloadSQLPointInTimeRecoveryPoint.
public AzureWorkloadSQLPointInTimeRecoveryPoint ();
Public Sub New ()
S’applique à
AzureWorkloadSQLPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformationV2>, IDictionary<String,RecoveryPointMoveReadinessInfo>, AzureWorkloadSQLRecoveryPointExtendedInfo, IList<PointInTimeRange>)
Initialise une nouvelle instance de la classe AzureWorkloadSQLPointInTimeRecoveryPoint.
public AzureWorkloadSQLPointInTimeRecoveryPoint (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, Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLRecoveryPointExtendedInfo extendedInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.PointInTimeRange> timeRanges = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLPointInTimeRecoveryPoint : 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.AzureWorkloadSQLRecoveryPointExtendedInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.PointInTimeRange> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLPointInTimeRecoveryPoint
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 extendedInfo As AzureWorkloadSQLRecoveryPointExtendedInfo = 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
- extendedInfo
- AzureWorkloadSQLRecoveryPointExtendedInfo
Informations étendues qui fournissent les détails du répertoire de données. Sera renseigné dans deux cas : lors de l’accès à un point de récupération spécifique à l’aide de GetRecoveryPoint ou lorsque ListRecoveryPoints est appelé pour le RP de journal uniquement avec le filtre de requête ExtendedInfo
- timeRanges
- IList<PointInTimeRange>
Liste des plages de journaux
S’applique à
Azure SDK for .NET