RecoveryPointTierInformation Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
RecoveryPointTierInformation() |
Initialisiert eine neue instance der RecoveryPointTierInformation-Klasse. |
RecoveryPointTierInformation(Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierStatus>, IDictionary<String,String>) |
Initialisiert eine neue instance der RecoveryPointTierInformation-Klasse. |
RecoveryPointTierInformation()
Initialisiert eine neue instance der RecoveryPointTierInformation-Klasse.
public RecoveryPointTierInformation ();
Public Sub New ()
Gilt für:
RecoveryPointTierInformation(Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierStatus>, IDictionary<String,String>)
Initialisiert eine neue instance der RecoveryPointTierInformation-Klasse.
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)
Parameter
Wiederherstellungspunktebenentyp. Mögliche Werte: "Invalid", "InstantRP", "HardenedRP", "ArchivedRP"
- status
- Nullable<RecoveryPointTierStatus>
Wiederherstellungspunktebene status. Mögliche Werte sind: "Ungültig", "Gültig", "Deaktiviert", "Gelöscht", "Rehydrated"
- extendedInfo
- IDictionary<String,String>
Wiederherstellungspunktebene status.
Gilt für:
Azure SDK for .NET