RecoveryPointTierInformation 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
RecoveryPointTierInformation() |
Initialise une nouvelle instance de la classe RecoveryPointTierInformation. |
RecoveryPointTierInformation(Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierStatus>, IDictionary<String,String>) |
Initialise une nouvelle instance de la classe RecoveryPointTierInformation. |
RecoveryPointTierInformation()
Initialise une nouvelle instance de la classe RecoveryPointTierInformation.
public RecoveryPointTierInformation ();
Public Sub New ()
S’applique à
RecoveryPointTierInformation(Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierStatus>, IDictionary<String,String>)
Initialise une nouvelle instance de la classe RecoveryPointTierInformation.
public RecoveryPointTierInformation (Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierType? type = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierStatus? status = default, System.Collections.Generic.IDictionary<string,string> extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierInformation : Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierType> * Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierStatus> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointTierInformation
Public Sub New (Optional type As Nullable(Of RecoveryPointTierType) = Nothing, Optional status As Nullable(Of RecoveryPointTierStatus) = Nothing, Optional extendedInfo As IDictionary(Of String, String) = Nothing)
Paramètres
Type de niveau de point de récupération. Les valeurs possibles sont les suivantes : « Invalid », « InstantRP », « HardenedRP », « ArchivedRP »
- status
- Nullable<RecoveryPointTierStatus>
Niveau de point de récupération status. Les valeurs possibles sont les suivantes : « Invalid », « Valid », « Disabled », « Deleted », « Rehydrated »
- extendedInfo
- IDictionary<String,String>
Niveau de point de récupération status.
S’applique à
Azure SDK for .NET