RecoveryPointTierInformationV2 Class

Definition

RecoveryPoint Tier Information V2

public class RecoveryPointTierInformationV2 : Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierInformation
type RecoveryPointTierInformationV2 = class
    inherit RecoveryPointTierInformation
Public Class RecoveryPointTierInformationV2
Inherits RecoveryPointTierInformation
Inheritance
RecoveryPointTierInformationV2

Constructors

RecoveryPointTierInformationV2()

Initializes a new instance of the RecoveryPointTierInformationV2 class.

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

Initializes a new instance of the RecoveryPointTierInformationV2 class.

Properties

ExtendedInfo

Gets or sets recovery point tier status.

(Inherited from RecoveryPointTierInformation)
Status

Gets or sets recovery point tier status. Possible values include: 'Invalid', 'Valid', 'Disabled', 'Deleted', 'Rehydrated'

(Inherited from RecoveryPointTierInformation)
Type

Gets or sets recovery point tier type. Possible values include: 'Invalid', 'InstantRP', 'HardenedRP', 'ArchivedRP'

(Inherited from RecoveryPointTierInformation)

Applies to