RecoveryPointTierInformation Constructors

Definition

Overloads

RecoveryPointTierInformation()

Initializes a new instance of the RecoveryPointTierInformation class.

RecoveryPointTierInformation(Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierStatus>, IDictionary<String,String>)

Initializes a new instance of the RecoveryPointTierInformation class.

RecoveryPointTierInformation()

Initializes a new instance of the RecoveryPointTierInformation class.

public RecoveryPointTierInformation ();
Public Sub New ()

Applies to

RecoveryPointTierInformation(Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierStatus>, IDictionary<String,String>)

Initializes a new instance of the RecoveryPointTierInformation class.

public RecoveryPointTierInformation (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.RecoveryPointTierInformation : 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.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)

Parameters

type
Nullable<RecoveryPointTierType>

Recovery point tier type. Possible values include: 'Invalid', 'InstantRP', 'HardenedRP', 'ArchivedRP'

status
Nullable<RecoveryPointTierStatus>

Recovery point tier status. Possible values include: 'Invalid', 'Valid', 'Disabled', 'Deleted', 'Rehydrated'

extendedInfo
IDictionary<String,String>

Recovery point tier status.

Applies to