你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IaasVMRecoveryPoint interface
特定于 IaaS VM 工作负载的备份副本。
- 扩展
属性
extended |
如果 VM 位于公有云中,则 VM 恢复点的扩展位置应为 null |
is |
从此备份副本恢复项的会话是否仍处于活动状态。 |
is |
VM 是否与 托管磁盘 |
is |
此标志表示 VM 中的任何磁盘是否使用专用访问网络设置 |
is |
标识创建备份副本时 VM 是否已加密。 |
key |
恢复加密的 VM 所需的详细信息。 仅当 IsSourceVMEncrypted 为 true 时适用。 |
object |
多态鉴别器,它指定此对象可以是的不同类型 |
original |
原始存储帐户选项 |
os |
OS 类型 |
recovery |
与此备份副本关联的其他信息。 |
recovery |
磁盘配置 |
recovery |
要移动到另一层的 RP 的资格 |
recovery |
恢复点的属性 |
recovery |
恢复点层信息。 |
recovery |
创建此备份副本的时间。 |
recovery |
备份副本的类型。 |
security |
磁盘的安全类型 |
source |
创建备份副本的 VM 的存储类型。 |
virtual |
虚拟机大小 |
zones | 标识备份时 VM 的区域。 仅适用于区域固定的 Vm |
属性详细信息
extendedLocation
isInstantIlrSessionActive
从此备份副本恢复项的会话是否仍处于活动状态。
isInstantIlrSessionActive?: boolean
属性值
boolean
isManagedVirtualMachine
VM 是否与 托管磁盘
isManagedVirtualMachine?: boolean
属性值
boolean
isPrivateAccessEnabledOnAnyDisk
此标志表示 VM 中的任何磁盘是否使用专用访问网络设置
isPrivateAccessEnabledOnAnyDisk?: boolean
属性值
boolean
isSourceVMEncrypted
标识创建备份副本时 VM 是否已加密。
isSourceVMEncrypted?: boolean
属性值
boolean
keyAndSecret
恢复加密的 VM 所需的详细信息。 仅当 IsSourceVMEncrypted 为 true 时适用。
keyAndSecret?: KeyAndSecretDetails
属性值
objectType
多态鉴别器,它指定此对象可以是的不同类型
objectType: "IaasVMRecoveryPoint"
属性值
"IaasVMRecoveryPoint"
originalStorageAccountOption
原始存储帐户选项
originalStorageAccountOption?: boolean
属性值
boolean
osType
OS 类型
osType?: string
属性值
string
recoveryPointAdditionalInfo
与此备份副本关联的其他信息。
recoveryPointAdditionalInfo?: string
属性值
string
recoveryPointDiskConfiguration
磁盘配置
recoveryPointDiskConfiguration?: RecoveryPointDiskConfiguration
属性值
recoveryPointMoveReadinessInfo
要移动到另一层的 RP 的资格
recoveryPointMoveReadinessInfo?: {[propertyName: string]: RecoveryPointMoveReadinessInfo}
属性值
{[propertyName: string]: RecoveryPointMoveReadinessInfo}
recoveryPointProperties
recoveryPointTierDetails
恢复点层信息。
recoveryPointTierDetails?: RecoveryPointTierInformationV2[]
属性值
recoveryPointTime
创建此备份副本的时间。
recoveryPointTime?: Date
属性值
Date
recoveryPointType
备份副本的类型。
recoveryPointType?: string
属性值
string
securityType
磁盘的安全类型
securityType?: string
属性值
string
sourceVMStorageType
创建备份副本的 VM 的存储类型。
sourceVMStorageType?: string
属性值
string
virtualMachineSize
虚拟机大小
virtualMachineSize?: string
属性值
string
zones
标识备份时 VM 的区域。 仅适用于区域固定的 Vm
zones?: string[]
属性值
string[]