RecoveryPointTierInformationV2 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
RecoveryPointTierInformationV2() |
Initialise une nouvelle instance de la classe RecoveryPointTierInformationV2. |
RecoveryPointTierInformationV2(Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierStatus>, IDictionary<String,String>) |
Initialise une nouvelle instance de la classe RecoveryPointTierInformationV2. |
RecoveryPointTierInformationV2()
Initialise une nouvelle instance de la classe RecoveryPointTierInformationV2.
public RecoveryPointTierInformationV2 ();
Public Sub New ()
S’applique à
RecoveryPointTierInformationV2(Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierStatus>, IDictionary<String,String>)
Initialise une nouvelle instance de la classe RecoveryPointTierInformationV2.
public RecoveryPointTierInformationV2 (Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType? type = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierStatus? status = default, System.Collections.Generic.IDictionary<string,string> extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierInformationV2 : Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType> * Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierStatus> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierInformationV2
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