RecoveryPointTierInformationV2 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET