你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RecoveryPointDiskConfiguration 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
RecoveryPointDiskConfiguration() |
初始化 RecoveryPointDiskConfiguration 类的新实例。 |
RecoveryPointDiskConfiguration(Nullable<Int32>, Nullable<Int32>, IList<DiskInformation>, IList<DiskInformation>) |
初始化 RecoveryPointDiskConfiguration 类的新实例。 |
RecoveryPointDiskConfiguration()
初始化 RecoveryPointDiskConfiguration 类的新实例。
public RecoveryPointDiskConfiguration ();
Public Sub New ()
适用于
RecoveryPointDiskConfiguration(Nullable<Int32>, Nullable<Int32>, IList<DiskInformation>, IList<DiskInformation>)
初始化 RecoveryPointDiskConfiguration 类的新实例。
public RecoveryPointDiskConfiguration (int? numberOfDisksIncludedInBackup = default, int? numberOfDisksAttachedToVm = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DiskInformation> includedDiskList = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DiskInformation> excludedDiskList = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointDiskConfiguration : Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DiskInformation> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DiskInformation> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPointDiskConfiguration
Public Sub New (Optional numberOfDisksIncludedInBackup As Nullable(Of Integer) = Nothing, Optional numberOfDisksAttachedToVm As Nullable(Of Integer) = Nothing, Optional includedDiskList As IList(Of DiskInformation) = Nothing, Optional excludedDiskList As IList(Of DiskInformation) = Nothing)
参数
- includedDiskList
- IList<DiskInformation>
备份中包含的磁盘信息
- excludedDiskList
- IList<DiskInformation>
从备份中排除的磁盘的信息