IaasVMRecoveryPoint Class

Definition

IaaS VM workload specific backup copy.

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

Constructors

IaasVMRecoveryPoint()

Initializes a new instance of the IaasVMRecoveryPoint class.

IaasVMRecoveryPoint(String, Nullable<DateTime>, String, String, Nullable<Boolean>, KeyAndSecretDetails, Nullable<Boolean>, IList<RecoveryPointTierInformationV2>, 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 or sets 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 or sets 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 or sets time at which this backup copy was created.

RecoveryPointType

Gets or sets type of the backup copy.

SourceVMStorageType

Gets or sets 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