IaasVMRecoveryPoint 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.
IaaS VM workload specific backup copy.
public class IaasVMRecoveryPoint : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPoint
type IaasVMRecoveryPoint = class
inherit RecoveryPoint
Public Class IaasVMRecoveryPoint
Inherits RecoveryPoint
- Inheritance
Constructors
IaasVMRecoveryPoint() |
Initializes a new instance of the IaasVMRecoveryPoint class. |
IaasVMRecoveryPoint(String, Nullable<DateTime>, String, String, Nullable<Boolean>, KeyAndSecretDetails, Nullable<Boolean>, IList<RecoveryPointTierInformation>, Nullable<Boolean>, String, Nullable<Boolean>, String, RecoveryPointDiskConfiguration, IList<String>, IDictionary<String,RecoveryPointMoveReadinessInfo>) |
Initializes a new instance of the IaasVMRecoveryPoint class. |
Properties
IsInstantIlrSessionActive |
Gets or sets is the session to recover items from this backup copy still active. |
IsManagedVirtualMachine |
Gets or sets whether VM is with Managed Disks |
IsSourceVMEncrypted |
Gets identifies whether the VM was encrypted when the backup copy is created. |
KeyAndSecret |
Gets or sets required details for recovering an encrypted VM. Applicable only when IsSourceVMEncrypted is true. |
OriginalStorageAccountOption |
Gets or sets original Storage Account Option |
OsType |
Gets or sets OS type |
RecoveryPointAdditionalInfo |
Gets additional information associated with this backup copy. |
RecoveryPointDiskConfiguration |
Gets or sets disk configuration |
RecoveryPointMoveReadinessInfo |
Gets or sets eligibility of RP to be moved to another tier |
RecoveryPointTierDetails |
Gets or sets recovery point tier information. |
RecoveryPointTime |
Gets time at which this backup copy was created. |
RecoveryPointType |
Gets type of the backup copy. |
SourceVMStorageType |
Gets storage type of the VM whose backup copy is created. |
VirtualMachineSize |
Gets or sets virtual Machine Size |
Zones |
Gets or sets identifies the zone of the VM at the time of backup. Applicable only for zone-pinned Vms |
Applies to
Azure SDK for .NET