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

RecoveryPointDiskConfiguration 类

定义

磁盘配置

public class RecoveryPointDiskConfiguration
type RecoveryPointDiskConfiguration = class
Public Class RecoveryPointDiskConfiguration
继承
RecoveryPointDiskConfiguration

构造函数

RecoveryPointDiskConfiguration()

初始化 RecoveryPointDiskConfiguration 类的新实例。

RecoveryPointDiskConfiguration(Nullable<Int32>, Nullable<Int32>, IList<DiskInformation>, IList<DiskInformation>)

初始化 RecoveryPointDiskConfiguration 类的新实例。

属性

ExcludedDiskList

获取或设置从备份中排除的磁盘的信息

IncludedDiskList

获取或设置备份中包含的磁盘的信息

NumberOfDisksAttachedToVm

获取或设置附加到 VM 的磁盘数

NumberOfDisksIncludedInBackup

获取或设置备份中包含的磁盘数

适用于