RecoveryPointBase 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.
Base class for recovery point.
public class RecoveryPointBase : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemContext
type RecoveryPointBase = class
inherit ItemContext
Public Class RecoveryPointBase
Inherits ItemContext
- Inheritance
- Derived
Constructors
RecoveryPointBase() |
Properties
BackupManagementType |
Type of the backup management agent. (Inherited from ManagementContext) |
ContainerName |
Unique name of the Container (Inherited from ItemContext) |
ContainerType |
Type of the container that maybe managed by the recovery services vault. (Inherited from ContainerContext) |
Id |
Fully qualified ARM ID of this recovery point |
ItemName |
Name of the item represented by this recovery point |
RecoveryPointId |
ID of the recovery point |
WorkloadType |
Workload Type of Item (Inherited from ItemContext) |
Methods
Validate() |
Method to validate the object properties. (Inherited from ObjectBase) |