AzureWorkloadSQLRecoveryPoint 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
AzureWorkloadSQLRecoveryPoint() |
Initialise une nouvelle instance de la classe AzureWorkloadSQLRecoveryPoint. |
AzureWorkloadSQLRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformation>, IDictionary<String,RecoveryPointMoveReadinessInfo>, AzureWorkloadSQLRecoveryPointExtendedInfo) |
Initialise une nouvelle instance de la classe AzureWorkloadSQLRecoveryPoint. |
AzureWorkloadSQLRecoveryPoint()
Initialise une nouvelle instance de la classe AzureWorkloadSQLRecoveryPoint.
public AzureWorkloadSQLRecoveryPoint ();
Public Sub New ()
S’applique à
AzureWorkloadSQLRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformation>, IDictionary<String,RecoveryPointMoveReadinessInfo>, AzureWorkloadSQLRecoveryPointExtendedInfo)
Initialise une nouvelle instance de la classe AzureWorkloadSQLRecoveryPoint.
public AzureWorkloadSQLRecoveryPoint (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, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSQLRecoveryPointExtendedInfo extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSQLRecoveryPoint : 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> * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSQLRecoveryPointExtendedInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSQLRecoveryPoint
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 extendedInfo As AzureWorkloadSQLRecoveryPointExtendedInfo = Nothing)
Paramètres
- type
- String
Type de point de restauration. Les valeurs possibles sont les suivantes : 'Invalid', 'Full', 'Log', 'Différentiel', 'Incrémentiel'
- recoveryPointTierDetails
- IList<RecoveryPointTierInformation>
Informations sur le niveau 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 : lorsqu’un point de récupération spécifique est accessible à l’aide de GetRecoveryPoint ou lorsque ListRecoveryPoints est appelé uniquement pour le rp de journal avec le filtre de requête ExtendedInfo
S’applique à
Azure SDK for .NET