你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IaasVMRecoveryPoint 类

定义

特定于 IaaS VM 工作负载的备份副本。

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

构造函数

IaasVMRecoveryPoint()

初始化 IaasVMRecoveryPoint 类的新实例。

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>)

初始化 IaasVMRecoveryPoint 类的新实例。

属性

IsInstantIlrSessionActive

获取或设置用于从此备份副本中恢复仍处于活动状态的项的会话。

IsManagedVirtualMachine

获取或设置 VM 是否具有 托管磁盘

IsSourceVMEncrypted

获取标识创建备份副本时 VM 是否已加密。

KeyAndSecret

获取或设置恢复加密 VM 所需的详细信息。 仅当 IsSourceVMEncrypted 为 true 时适用。

OriginalStorageAccountOption

获取或设置原始存储帐户选项

OsType

获取或设置 OS 类型

RecoveryPointAdditionalInfo

获取与此备份副本关联的其他信息。

RecoveryPointDiskConfiguration

获取或设置磁盘配置

RecoveryPointMoveReadinessInfo

获取或设置要移动到另一层的 RP 的资格

RecoveryPointTierDetails

获取或设置恢复点层信息。

RecoveryPointTime

获取创建此备份副本的时间。

RecoveryPointType

获取备份副本的类型。

SourceVMStorageType

获取创建备份副本的 VM 的存储类型。

VirtualMachineSize

获取或设置虚拟机大小

Zones

获取或设置标识备份时 VM 的区域。 仅适用于区域固定 Vm

适用于